Update sidebar.css

This commit is contained in:
Cobalt-60
2023-07-17 23:22:54 -04:00
committed by GitHub
parent eaec77f2e6
commit f32f3d64fc
+4 -3
View File
@@ -54,7 +54,8 @@
.icon-button {
display: flex;
justify-content: space-between;
align-items: center;
justify-content: center;
font-size: 3vh;
box-shadow: 0.5vh 0.5vh 1vh 0vh var(--shadow-color);
@@ -66,6 +67,6 @@
.quick-options {
display: flex;
justify-content: center;
align-items: center
justify-content: space-between;
align-items: center;
}