increase minimum width for inline pink buttons

longer labels caused ugly effects with different sizes
This commit is contained in:
Mateusz Konieczny 2022-12-07 16:45:42 +01:00
parent dcc277bee5
commit 8436987091

View File

@ -2,7 +2,7 @@
border-radius: 4px;
background: #FFC0CB;
margin: 12px;
min-width: 280px;
min-width: 300px;
}
.map-switcher-inline.night {
background: #FFC0CB;