Mobile Safari need this

Else it'll be almost zero width
This commit is contained in:
Lim Chee Aun 2023-10-20 19:46:47 +08:00
parent 3721acf3d3
commit 8ddc44fba6

View file

@ -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 {