fix: Fixed search engine suggestions being half the height, b=(closes #8258), c=welcome

This commit is contained in:
Mr. M
2025-05-12 21:59:35 +02:00
parent fea0e9b864
commit e90f20e1d4

View File

@@ -191,7 +191,7 @@
}
/* 3 or more engines */
&[select-engine='true']:has(label:nth-of-type(3)) {
&[select-engine='true']:has(label:nth-of-type(3)) > label {
height: 50%;
}