Fix that color picker is not centered

Color Picker was not centerd on screens with width between 1024px and 1249px
pull/3658/head
Woody 2024-01-08 14:20:02 +01:00
rodzic 43f5e4360d
commit a5b132dfd7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 9872D7F5072789B2
1 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -785,7 +785,7 @@ input[type=range]::-moz-range-thumb {
#picker {
margin-top: 8px !important;
max-width: 260px;
max-width: max-content;
}
/* buttons */
@ -1566,9 +1566,6 @@ dialog {
max-width: 280px;
font-size: 18px;
}
#picker {
width: 230px;
}
#putil .btn-s {
width: 114px;
}