mirror of
https://github.com/siv-org/siv.git
synced 2026-05-03 03:00:59 -04:00
/protocol: Fix Topbar options not visible on Windows
This commit is contained in:
@@ -68,6 +68,12 @@ export const Topbar = () => {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
/* Only for Windows */
|
||||
optgroup,
|
||||
option {
|
||||
color: #222;
|
||||
}
|
||||
|
||||
/* Hide for large screens */
|
||||
@media (min-width: 1030px) {
|
||||
div {
|
||||
|
||||
Reference in New Issue
Block a user