summaryrefslogtreecommitdiff
path: root/src/components/shared/ThemeSwitcher.module.scss
diff options
context:
space:
mode:
authorkunish <[email protected]>2023-01-26 18:11:16 +0800
committerkunish <[email protected]>2023-01-27 02:11:49 +0800
commit11704b9be37c7442ae5c7585e15ed16ef27849ae (patch)
tree0360194dbb37c8eda0e05db20d7818e4957d4ecf /src/components/shared/ThemeSwitcher.module.scss
parent5fc78ff7810eb0f81fade218bbb364c615cca60e (diff)
fix: remove .btnStart unexpected margin-right
Diffstat (limited to 'src/components/shared/ThemeSwitcher.module.scss')
-rw-r--r--src/components/shared/ThemeSwitcher.module.scss7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/components/shared/ThemeSwitcher.module.scss b/src/components/shared/ThemeSwitcher.module.scss
index c5de126..d2f296a 100644
--- a/src/components/shared/ThemeSwitcher.module.scss
+++ b/src/components/shared/ThemeSwitcher.module.scss
@@ -10,8 +10,6 @@
outline: none;
padding: 5px;
color: var(--color-text);
- border-radius: 100%;
- border: 1px solid transparent;
}
.iconWrapper:hover {
opacity: 0.6;
@@ -48,9 +46,8 @@
}
.iconWrapper {
pointer-events: none;
- display: inline-flex;
- align-items: center;
- justify-content: center;
+ width: 100%;
+ height: 100%;
position: absolute;
left: 0;
top: 0;