We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566ed9c commit dc0059fCopy full SHA for dc0059f
sim-ops-mcs/src/components/app/Sidebar.vue
@@ -91,7 +91,7 @@ onMounted(() => {
91
92
<div class="menu-header">Options</div>
93
<div class="menu-divider"></div>
94
- <div class="form-check form-switch mb-2 d-flex" style="margin-left: 20px;">
+ <div class="form-check form-switch mb-5 d-flex" style="margin-left: 20px;">
95
<input @click="toggleCompact" class="form-check-input" type="checkbox" role="switch" id="flexSwitchCheckDefault" :checked="compact" style="cursor: pointer;">
96
<label class="form-check-label ps-2 menu-link" for="flexSwitchCheckDefault" style="color: #ffffff80; cursor: pointer;"> Compact Mode</label>
97
</div>
0 commit comments