mirror of
https://github.com/wled/WLED.git
synced 2025-07-16 07:16:31 +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 {
|
#picker {
|
||||||
margin-top: 8px !important;
|
margin-top: 8px !important;
|
||||||
max-width: 260px;
|
max-width: max-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* buttons */
|
/* buttons */
|
||||||
@ -1566,9 +1566,6 @@ dialog {
|
|||||||
max-width: 280px;
|
max-width: 280px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
#picker {
|
|
||||||
width: 230px;
|
|
||||||
}
|
|
||||||
#putil .btn-s {
|
#putil .btn-s {
|
||||||
width: 114px;
|
width: 114px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user