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; font-size : 11px;
cursor : default; cursor : default;
&:hover { &:hover {
background-color : rgb(163, 163, 163); background-color : #ddd;
filter : brightness(120%);
} }
.detail { .detail {
width : 100%; width : 100%;
font-size : 9px; font-size : 9px;
font-style : italic; font-style : italic;
color : rgb(124, 124, 124); color : #7c7c7c;
text-align : left; text-align : left;
} }
} }