Mobile Safari need this

Else it'll be almost zero width
pull/272/head
Lim Chee Aun 2023-10-20 19:46:47 +08:00
rodzic 3721acf3d3
commit 8ddc44fba6
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -2182,6 +2182,10 @@ ul.link-list li a .icon {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="none"><path d="M4 6L8 10L12 6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
}
input[type='month'] {
min-width: 6em;
}
}
}
.filter-bar.centered {