Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +3 -1
templates/menu.html
CHANGED
@@ -179,10 +179,11 @@
|
|
179 |
justify-content: flex-start; /* Align items to the left */
|
180 |
align-items: center; /* Vertically center */
|
181 |
width: 300px; /* Adjust width as needed */
|
|
|
182 |
}
|
183 |
.search-bar-container input {
|
184 |
width: 100%;
|
185 |
-
padding: 8px;
|
186 |
font-size: 16px;
|
187 |
border-radius: 10px;
|
188 |
border: none;
|
@@ -193,6 +194,7 @@
|
|
193 |
left: 10px; /* Position the icon inside the input box */
|
194 |
font-size: 20px;
|
195 |
color: #888; /* Icon color */
|
|
|
196 |
}
|
197 |
/* Style for customization sections */
|
198 |
.addon-section {
|
|
|
179 |
justify-content: flex-start; /* Align items to the left */
|
180 |
align-items: center; /* Vertically center */
|
181 |
width: 300px; /* Adjust width as needed */
|
182 |
+
position: relative; /* Make sure container can position the icon inside */
|
183 |
}
|
184 |
.search-bar-container input {
|
185 |
width: 100%;
|
186 |
+
padding: 8px 30px 8px 10px;
|
187 |
font-size: 16px;
|
188 |
border-radius: 10px;
|
189 |
border: none;
|
|
|
194 |
left: 10px; /* Position the icon inside the input box */
|
195 |
font-size: 20px;
|
196 |
color: #888; /* Icon color */
|
197 |
+
pointer-events: none; /* Disable clicking on the icon */
|
198 |
}
|
199 |
/* Style for customization sections */
|
200 |
.addon-section {
|