style: fix <select> padding in iOS Safari

This commit is contained in:
Jimmy Cai
2026-01-26 00:13:36 +01:00
parent fe7a0566df
commit b1c5986b2f
+3 -3
View File
@@ -188,9 +188,9 @@
select {
border: 0;
background-color: transparent;
background: none !important;
color: var(--body-text-color);
padding: 0;
padding: 0 !important;
cursor: pointer;
font-family: inherit;
font-size: inherit;
@@ -207,4 +207,4 @@
background-color: var(--card-background);
}
}
}
}