From bca5c85fa1ab2abd06fc602514bb4e73a19589c0 Mon Sep 17 00:00:00 2001 From: deri sahertian <97965918+derisamedia@users.noreply.github.com> Date: Mon, 1 Jan 2024 21:41:44 +0700 Subject: [PATCH] Update gaya.css --- luasrc/gaya/gaya.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/luasrc/gaya/gaya.css b/luasrc/gaya/gaya.css index 71afcce..5b46183 100755 --- a/luasrc/gaya/gaya.css +++ b/luasrc/gaya/gaya.css @@ -2018,14 +2018,14 @@ strong { .ifacebox { line-height: 1.25; display: inline-flex; - flex-direction: row; - min-width: 150px; + flex-direction: column; + min-width: 100px; background-color: #54545450; border-radius: 20px; flex-wrap: nowrap; - align-content: stretch; - justify-content: space-evenly; - align-items: flex-start; + align-content: center; + justify-content: flex-start; + align-items: center; } div.ifacebox-head {