summaryrefslogtreecommitdiff
path: root/src/components/shared/ThemeSwitcher.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/shared/ThemeSwitcher.module.scss
parente3f02d21a942dbab75a50bf91c9ed257b9d24971 (diff)
fix: 修复图标对齐的问题
Diffstat (limited to 'src/components/shared/ThemeSwitcher.module.scss')
-rw-r--r--src/components/shared/ThemeSwitcher.module.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/shared/ThemeSwitcher.module.scss b/src/components/shared/ThemeSwitcher.module.scss
index d2f296a..c614137 100644
--- a/src/components/shared/ThemeSwitcher.module.scss
+++ b/src/components/shared/ThemeSwitcher.module.scss
@@ -24,6 +24,8 @@
position: relative;
display: flex;
align-items: center;
+ justify-content: center;
+ width: var(--sz);
height: var(--sz);
select {
cursor: pointer;