From 700d6d1a8db5df59cd400a0fd3b35ad92dbef69b Mon Sep 17 00:00:00 2001 From: deri sahertian <97965918+derisamedia@users.noreply.github.com> Date: Tue, 18 Jun 2024 21:48:15 +0700 Subject: [PATCH] update minor --- luasrc/gaya/gaya.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/luasrc/gaya/gaya.css b/luasrc/gaya/gaya.css index e78f775..0b9b3d5 100755 --- a/luasrc/gaya/gaya.css +++ b/luasrc/gaya/gaya.css @@ -2114,7 +2114,6 @@ background: url(./icon/loading.svg) no-repeat center; background-size: 20px; } - } .left, .left::before { @@ -3574,8 +3573,14 @@ .cbi-value-field .cbi-input-select, .cbi-value input[type="text"], .node-system-packages>.main .cbi-value .cbi-value-field input { - width: 5rem; - color: #fff; + width: 100%; + display: flex; + color: #fff; + flex-direction: column-reverse; + flex-wrap: wrap; + align-content: stretch; + align-items: flex-start; +} } .cbi-page-actions>div>input,