Update templates/menu.html
Browse files- templates/menu.html +1 -1
templates/menu.html
CHANGED
@@ -355,6 +355,7 @@ form-check-input addon-option{
|
|
355 |
.toggle-container {
|
356 |
display: flex;
|
357 |
align-items: center;
|
|
|
358 |
}
|
359 |
|
360 |
/* Custom toggle checked style */
|
@@ -379,7 +380,6 @@ form-check-input addon-option{
|
|
379 |
transform: translateX(20px); /* Moves the toggle to the right */
|
380 |
}
|
381 |
|
382 |
-
|
383 |
/* Optional: Style the labels */
|
384 |
.form-check-label {
|
385 |
font-size: 16px;
|
|
|
355 |
.toggle-container {
|
356 |
display: flex;
|
357 |
align-items: center;
|
358 |
+
justify-content: flex-start; /* Align to the left */
|
359 |
}
|
360 |
|
361 |
/* Custom toggle checked style */
|
|
|
380 |
transform: translateX(20px); /* Moves the toggle to the right */
|
381 |
}
|
382 |
|
|
|
383 |
/* Optional: Style the labels */
|
384 |
.form-check-label {
|
385 |
font-size: 16px;
|