summaryrefslogtreecommitdiff
path: root/static/css/general_style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/general_style.css')
-rw-r--r--static/css/general_style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/static/css/general_style.css b/static/css/general_style.css
index e49edb7..a4e032e 100644
--- a/static/css/general_style.css
+++ b/static/css/general_style.css
@@ -26,6 +26,21 @@ a{
height: 1rem;
}
+/* specifically the theme switcher */
+#theme-switcher-container {
+ position: absolute;
+ top: 1.6em;
+ --hardcoded-pos: calc(50vw - 25.2em);
+ --resized-pos: calc(0.4px + 0.5em);
+ --calculated-pos: max(var(--hardcoded-pos), var(--resized-pos));
+ right: var(--calculated-pos);
+}
+
+#theme-switcher-container i {
+ position: relative;
+ top: -0.2em;
+}
+
.switch input {
opacity: 0;
width: 0;