Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +5 -5
templates/menu.html
CHANGED
|
@@ -145,11 +145,11 @@
|
|
| 145 |
margin-top: 180px; /* Adjust spacing based on navbar and search bar */
|
| 146 |
}
|
| 147 |
.fixed-top-bar {
|
| 148 |
-
position:
|
| 149 |
top: 0;
|
| 150 |
left: 0;
|
| 151 |
width: 100%;
|
| 152 |
-
height:
|
| 153 |
z-index: 1000;
|
| 154 |
background-color: #FF6B35;
|
| 155 |
color: white;
|
|
@@ -281,9 +281,9 @@
|
|
| 281 |
</a>
|
| 282 |
</div>
|
| 283 |
<!-- Add Welcome Message with Customer Name -->
|
| 284 |
-
|
| 285 |
-
<span class="text-white mr-3">Welcome, {{ user_name }}</span>
|
| 286 |
-
</div>
|
| 287 |
|
| 288 |
<!-- Avatar and Dropdown -->
|
| 289 |
<div class="avatar-dropdown-container">
|
|
|
|
| 145 |
margin-top: 180px; /* Adjust spacing based on navbar and search bar */
|
| 146 |
}
|
| 147 |
.fixed-top-bar {
|
| 148 |
+
position: centre;
|
| 149 |
top: 0;
|
| 150 |
left: 0;
|
| 151 |
width: 100%;
|
| 152 |
+
height: 54px; /* Adjust the height as needed */
|
| 153 |
z-index: 1000;
|
| 154 |
background-color: #FF6B35;
|
| 155 |
color: white;
|
|
|
|
| 281 |
</a>
|
| 282 |
</div>
|
| 283 |
<!-- Add Welcome Message with Customer Name -->
|
| 284 |
+
<!-- <div class="d-flex align-items-center">
|
| 285 |
+
<span class="text-white mr-3">Welcome, {{ user_name }}</span>
|
| 286 |
+
</div> -->
|
| 287 |
|
| 288 |
<!-- Avatar and Dropdown -->
|
| 289 |
<div class="avatar-dropdown-container">
|