DSatishchandra commited on
Commit
70e78cb
·
verified ·
1 Parent(s): 415e69f

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. 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: 15px; /* Adjust top to place it within the header */
 
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;