Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +2 -2
templates/menu.html
CHANGED
@@ -159,11 +159,11 @@
|
|
159 |
align-items: center;
|
160 |
}
|
161 |
|
162 |
-
|
163 |
.avatar-dropdown-container {
|
164 |
position: absolute;
|
165 |
right: 20px; /* Adjust the value as needed to position it properly */
|
166 |
-
top:
|
|
|
167 |
display: flex;
|
168 |
align-items: center;
|
169 |
justify-content: center;
|
|
|
159 |
align-items: center;
|
160 |
}
|
161 |
|
|
|
162 |
.avatar-dropdown-container {
|
163 |
position: absolute;
|
164 |
right: 20px; /* Adjust the value as needed to position it properly */
|
165 |
+
top: 50%; /* Adjust top to place it within the header */
|
166 |
+
transform: translateY(-50%); /* Correct the alignment to be perfectly centered */
|
167 |
display: flex;
|
168 |
align-items: center;
|
169 |
justify-content: center;
|