summaryrefslogtreecommitdiff
path: root/src/components/shared/ThemeSwitcher.module.scss
diff options
context:
space:
mode:
authorMatain <[email protected]>2022-06-12 23:57:53 +0800
committerMatain <[email protected]>2022-06-12 23:57:53 +0800
commita0fedebe3e03bda70b59881b0c49b87af6771a33 (patch)
tree4d7d087aa46a2b1cf39717e14ed4f805300897c2 /src/components/shared/ThemeSwitcher.module.scss
parent065069e5528f01c87e22b613913fb8e0df3b8d4a (diff)
Revert "Merge branch 'haishanh-master'"
This reverts commit e4e921e0b93f74bf126ca80cbb83f5e912f73a88, reversing changes made to a825925cc97d95762634d234ef06be1627a21fb1.
Diffstat (limited to 'src/components/shared/ThemeSwitcher.module.scss')
-rw-r--r--src/components/shared/ThemeSwitcher.module.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/shared/ThemeSwitcher.module.scss b/src/components/shared/ThemeSwitcher.module.scss
index 951376a..c5de126 100644
--- a/src/components/shared/ThemeSwitcher.module.scss
+++ b/src/components/shared/ThemeSwitcher.module.scss
@@ -29,8 +29,7 @@
height: var(--sz);
select {
cursor: pointer;
- padding-left: calc(var(--sz) - 2px);
- font-size: 0;
+ padding-left: var(--sz);
width: var(--sz);
height: var(--sz);
appearance: none;