Skip to content

Commit dc0059f

Browse files
committed
Update mcs ui side menu margin
1 parent 566ed9c commit dc0059f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sim-ops-mcs/src/components/app/Sidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ onMounted(() => {
9191

9292
<div class="menu-header">Options</div>
9393
<div class="menu-divider"></div>
94-
<div class="form-check form-switch mb-2 d-flex" style="margin-left: 20px;">
94+
<div class="form-check form-switch mb-5 d-flex" style="margin-left: 20px;">
9595
<input @click="toggleCompact" class="form-check-input" type="checkbox" role="switch" id="flexSwitchCheckDefault" :checked="compact" style="cursor: pointer;">
9696
<label class="form-check-label ps-2 menu-link" for="flexSwitchCheckDefault" style="color: #ffffff80; cursor: pointer;"> Compact Mode</label>
9797
</div>

0 commit comments

Comments
 (0)