From 14202c8a155c22324631a486eb354b3e0a6890f2 Mon Sep 17 00:00:00 2001 From: oc Date: Sat, 5 Jan 2019 00:02:35 +0800 Subject: [PATCH] Fix colorPanel width --- _server/css/editor.css | 2 +- _server/css/editor_mobile.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_server/css/editor.css b/_server/css/editor.css index f9b6edcf..ffd78e80 100644 --- a/_server/css/editor.css +++ b/_server/css/editor.css @@ -24,7 +24,7 @@ body { #colorPanel { position: fixed; - width: 168px; + width: max-content; height: 205px; z-index: 240; padding: 4px 6px; diff --git a/_server/css/editor_mobile.css b/_server/css/editor_mobile.css index aac74c44..9f3f81ff 100644 --- a/_server/css/editor_mobile.css +++ b/_server/css/editor_mobile.css @@ -459,7 +459,7 @@ div.row .rowtd .rowtext{ #colorPanel { position: fixed; - width: 168px; + width: max-content; height: 205px; z-index: 240; padding: 4px 6px;