aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-02-12 01:39:00 +0000
committerLibravatar cel 🌸 <cel@blos.sm>2024-02-12 01:39:00 +0000
commit2b8623fde242d379c66e4c532f7cad0dbb2198aa (patch)
treed875588258b57998a1e089a17124e21e9632059b /static
parent82ef62654f58eb6212fad1beb3adb2c1c979fb56 (diff)
downloadblossom-2b8623fde242d379c66e4c532f7cad0dbb2198aa.tar.gz
blossom-2b8623fde242d379c66e4c532f7cad0dbb2198aa.tar.bz2
blossom-2b8623fde242d379c66e4c532f7cad0dbb2198aa.zip
add language select widget
Diffstat (limited to 'static')
-rw-r--r--static/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index df6921d..b777549 100644
--- a/static/style.css
+++ b/static/style.css
@@ -554,6 +554,13 @@ pre code {
border: none;
}
+#lang-select {
+ background: #311f20;
+ float: right;
+ padding: 0.5vw 1vw;
+ margin-left: 4vw;
+}
+
/* branches */
.branch {