DSatishchandra commited on
Commit
5816f30
·
verified ·
1 Parent(s): 047337b

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +2 -18
templates/menu.html CHANGED
@@ -169,10 +169,9 @@
169
  align-items: center;
170
  justify-content: center;
171
  }
172
-
173
  .search-bar-container {
174
  position: absolute;
175
- left: 20px;
176
  top: 50%;
177
  transform: translateY(-50%);
178
  display: flex;
@@ -183,7 +182,7 @@
183
 
184
  .search-bar-container input {
185
  width: 100%;
186
- padding: 8px 10px 8px 30px; /* Add padding on the left side for icon */
187
  font-size: 16px;
188
  border-radius: 20px;
189
  border: none;
@@ -280,21 +279,6 @@
280
  </style>
281
  </head>
282
  <body>
283
-
284
- <div class="fixed-top-bar">
285
- <!-- Removed Reward Points and Referral Code -->
286
- <!-- <div class="d-flex align-items-center">
287
- <a href="{{ url_for('order_history') }}" class="text-white mx-2" title="Order History">
288
- <i class="bi bi-clock-history fs-4"></i>
289
- </a>
290
- <a href="{{ url_for('logout') }}" class="text-white mx-2" title="Logout">
291
- <i class="bi bi-box-arrow-right fs-4"></i>
292
- </a>
293
- </div> -->
294
- <!-- Add Welcome Message with Customer Name -->
295
- <!-- <div class="d-flex align-items-center">
296
- <span class="text-white mr-3">Welcome, {{ user_name }}</span>
297
- </div> -->
298
 
299
  <!-- Avatar and Dropdown -->
300
  <div class="avatar-dropdown-container">
 
169
  align-items: center;
170
  justify-content: center;
171
  }
 
172
  .search-bar-container {
173
  position: absolute;
174
+ left: 20px; /* Position it on the left side */
175
  top: 50%;
176
  transform: translateY(-50%);
177
  display: flex;
 
182
 
183
  .search-bar-container input {
184
  width: 100%;
185
+ padding: 8px 10px 8px 30px; /* Add padding for the icon */
186
  font-size: 16px;
187
  border-radius: 20px;
188
  border: none;
 
279
  </style>
280
  </head>
281
  <body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
282
 
283
  <!-- Avatar and Dropdown -->
284
  <div class="avatar-dropdown-container">