diff --git a/src/components/BottomBar.vue b/src/components/BottomBar.vue index e72caaba..b9d58814 100644 --- a/src/components/BottomBar.vue +++ b/src/components/BottomBar.vue @@ -193,12 +193,11 @@ const settings = useSettingsStore(); } .buttons { - height: 3.25rem; + height: 100%; margin-top: -$smaller; background-color: rgba(255, 255, 255, 0.048); display: grid; place-items: center; - padding: 0 $small; } } diff --git a/src/components/LeftSidebar/NP/HotKeys.vue b/src/components/LeftSidebar/NP/HotKeys.vue index c65b7fb8..1f495c14 100644 --- a/src/components/LeftSidebar/NP/HotKeys.vue +++ b/src/components/LeftSidebar/NP/HotKeys.vue @@ -26,14 +26,14 @@ const q = useQStore();