summaryrefslogtreecommitdiff
path: root/src/components/SideBar.module.scss
diff options
context:
space:
mode:
authoriFlygo <[email protected]>2025-12-31 01:13:19 +0800
committeriFlygo <[email protected]>2025-12-31 01:13:19 +0800
commit25c34e00c6036dc3a033b4704cee4b7a29c6cabc (patch)
tree79b2d6f55ee80ff41bf6d986f053bf90027831bf /src/components/SideBar.module.scss
parente3f02d21a942dbab75a50bf91c9ed257b9d24971 (diff)
fix: 修复图标对齐的问题
Diffstat (limited to 'src/components/SideBar.module.scss')
-rw-r--r--src/components/SideBar.module.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/SideBar.module.scss b/src/components/SideBar.module.scss
index f7e7eab..1cbd71f 100644
--- a/src/components/SideBar.module.scss
+++ b/src/components/SideBar.module.scss
@@ -106,6 +106,10 @@
bottom: 10px;
left: 50%;
transform: translateX(-50%);
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ gap: 8px;
}
@media (max-width: 768px) {