nagasurendra commited on
Commit
f2ac833
·
verified ·
1 Parent(s): e7eeeae

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +6 -0
templates/menu.html CHANGED
@@ -334,6 +334,12 @@ form-check-input addon-option{
334
  border-color: #388E3C;
335
  }
336
  /* Custom Toggle Switch Styling */
 
 
 
 
 
 
337
 
338
  /* Custom Toggle Switch Styling */
339
  .custom-toggle {
 
334
  border-color: #388E3C;
335
  }
336
  /* Custom Toggle Switch Styling */
337
+ .toggle-container {
338
+ display: flex;
339
+ justify-content: flex-start; /* Align buttons to the left */
340
+ gap: 20px; /* Adjust space between buttons */
341
+ margin: 0 auto; /* Center align the container if required */
342
+ }
343
 
344
  /* Custom Toggle Switch Styling */
345
  .custom-toggle {