fix theme dropdown not overflowing

This commit is contained in:
Víctor Losada Hernández
2026-09-25 17:29:55 +02:00
parent c58c65147d
commit d2ecfb4f14
+2 -3
View File
@@ -32,14 +32,13 @@
font-size : 11px;
cursor : default;
&:hover {
background-color : rgb(163, 163, 163);
filter : brightness(120%);
background-color : #ddd;
}
.detail {
width : 100%;
font-size : 9px;
font-style : italic;
color : rgb(124, 124, 124);
color : #7c7c7c;
text-align : left;
}
}