mirror of
https://github.com/wled/WLED.git
synced 2025-04-23 22:37:18 +00:00
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:
parent
43f5e4360d
commit
a5b132dfd7
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user