Subbu1304 commited on
Commit
e5a28b3
·
verified ·
1 Parent(s): 7b24b17

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +11 -5
templates/menu.html CHANGED
@@ -227,7 +227,7 @@ h1.text-center {
227
  padding-top: 0 !important; /* Removed padding */
228
  font-weight: semi-bold; /* Make the "Menu" text bold */
229
  }
230
- /* .fixed-top-bar {
231
  /* Remove the fixed positioning */
232
  position: relative; /* Change from fixed to relative */
233
  top: 0;
@@ -241,8 +241,8 @@ h1.text-center {
241
  justify-content: space-between;
242
  align-items: center; /* Vertically align items */
243
  z-index: 1000; /* Make sure it's still above other content */
244
- } */
245
- .fixed-top-bar {
246
  position: fixed;
247
  top: 0;
248
  left: 0;
@@ -270,7 +270,7 @@ h1.text-center {
270
  .logo-img {
271
  height: 40px; /* Adjust logo size */
272
  width: auto;
273
- }
274
 
275
 
276
 
@@ -538,7 +538,7 @@ form-check-input addon-option{
538
 
539
  <!-- <div class="fixed-top-bar">
540
  <!-- Avatar and Dropdown -->
541
- <div class="avatar-dropdown-container">
542
  <div class="avatar-icon">
543
  <span>{{ first_letter }}</span> <!-- Display the first letter of the customer's name -->
544
  </div>
@@ -549,6 +549,12 @@ form-check-input addon-option{
549
  <a href="{{ url_for('logout') }}" class="dropdown-item">Logout</a>
550
  </div>
551
  </div>
 
 
 
 
 
 
552
 
553
  <!-- Search Bar Section -->
554
  <div class="search-bar-container">
 
227
  padding-top: 0 !important; /* Removed padding */
228
  font-weight: semi-bold; /* Make the "Menu" text bold */
229
  }
230
+ .fixed-top-bar {
231
  /* Remove the fixed positioning */
232
  position: relative; /* Change from fixed to relative */
233
  top: 0;
 
241
  justify-content: space-between;
242
  align-items: center; /* Vertically align items */
243
  z-index: 1000; /* Make sure it's still above other content */
244
+ }
245
+ /* .fixed-top-bar {
246
  position: fixed;
247
  top: 0;
248
  left: 0;
 
270
  .logo-img {
271
  height: 40px; /* Adjust logo size */
272
  width: auto;
273
+ } */
274
 
275
 
276
 
 
538
 
539
  <!-- <div class="fixed-top-bar">
540
  <!-- Avatar and Dropdown -->
541
+ <div class="avatar-dropdown-container">
542
  <div class="avatar-icon">
543
  <span>{{ first_letter }}</span> <!-- Display the first letter of the customer's name -->
544
  </div>
 
549
  <a href="{{ url_for('logout') }}" class="dropdown-item">Logout</a>
550
  </div>
551
  </div>
552
+
553
+
554
+
555
+
556
+
557
+
558
 
559
  <!-- Search Bar Section -->
560
  <div class="search-bar-container">