Fix colorPanel width

This commit is contained in:
oc 2019-01-05 00:02:35 +08:00
parent 42c4301472
commit 14202c8a15
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ body {
#colorPanel { #colorPanel {
position: fixed; position: fixed;
width: 168px; width: max-content;
height: 205px; height: 205px;
z-index: 240; z-index: 240;
padding: 4px 6px; padding: 4px 6px;

View File

@ -459,7 +459,7 @@ div.row .rowtd .rowtext{
#colorPanel { #colorPanel {
position: fixed; position: fixed;
width: 168px; width: max-content;
height: 205px; height: 205px;
z-index: 240; z-index: 240;
padding: 4px 6px; padding: 4px 6px;