Fix that color picker is not centered

Color Picker was not centerd on screens with width between 1024px and 1249px
This commit is contained in:
Woody 2024-01-08 14:20:02 +01:00
parent 43f5e4360d
commit a5b132dfd7
No known key found for this signature in database
GPG Key ID: 9872D7F5072789B2

View File

@ -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;
}