From d9e55b5e59aed80f8deb3bea9b00a8c030d8bf0f Mon Sep 17 00:00:00 2001 From: Eason010212 <1371033826@qq.com> Date: Tue, 11 Jul 2023 18:54:12 +0800 Subject: [PATCH] sync-css --- css/muuri.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/css/muuri.css b/css/muuri.css index bdaa675..ab1b0b4 100644 --- a/css/muuri.css +++ b/css/muuri.css @@ -469,4 +469,30 @@ input{ .ui-dialog-content{ padding:0 !important; overflow: visible !important; +} + +.pixel{ + width: 18px; + height: 18px; + margin:1px; + background-color:#eeeeee; +} + +.pixelrow{ + display:flex; + flex-direction:row; + width: 100%; + align-items: start; + justify-content: space-between; +} + +.pixelDiv{ + display:flex; + flex-direction:column; + align-items: stretch; + justify-content: space-between; + width: 100%; + padding:10px; + padding-top:0; + padding-bottom: 0; } \ No newline at end of file