DSatishchandra commited on
Commit
47f9c7c
·
verified ·
1 Parent(s): 4b3fcc3

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +9 -4
templates/menu.html CHANGED
@@ -149,7 +149,7 @@
149
  top: 0;
150
  left: 0;
151
  width: 100%;
152
- height: 44px;
153
  z-index: 1000;
154
  background-color: #FF6B35;
155
  color: white;
@@ -159,9 +159,14 @@
159
  align-items: center;
160
  }
161
 
 
162
  .avatar-dropdown-container {
163
- position: relative;
164
- margin-left: auto; /* Align to the right */
 
 
 
 
165
  }
166
 
167
  .search-bar-container {
@@ -177,7 +182,7 @@
177
  width: 100%;
178
  padding: 8px;
179
  font-size: 16px;
180
- border-radius: 20px;
181
  border: none;
182
  }
183
  /* Style for customization sections */
 
149
  top: 0;
150
  left: 0;
151
  width: 100%;
152
+ height: 50px; /* Adjust the height as needed */
153
  z-index: 1000;
154
  background-color: #FF6B35;
155
  color: white;
 
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;
170
  }
171
 
172
  .search-bar-container {
 
182
  width: 100%;
183
  padding: 8px;
184
  font-size: 16px;
185
+ border-radius: 5px;
186
  border: none;
187
  }
188
  /* Style for customization sections */