summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/SideBar.module.scss4
-rw-r--r--src/components/shared/ThemeSwitcher.module.scss2
2 files changed, 6 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) {
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;