retractable mobile bar

This commit is contained in:
2026-05-08 01:42:46 +02:00
parent 274a77107f
commit 5c887d66ea
4 changed files with 107 additions and 69 deletions
+2 -2
View File
@@ -226,7 +226,7 @@ input:checked+.slider:before {
color: var(--text);
}
#lang-button {
.lang-button {
width: 40px;
height: 30px;
appearance: none;
@@ -243,7 +243,7 @@ input:checked+.slider:before {
font-size: 14px;
}
#lang-button:hover {
.lang-button:hover {
border-color: var(--text);
color: var(--text);
}