From 9133c78800aa62c2638ea0188accf2d0c4728063 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:02:50 +0400 Subject: [PATCH] height --- config/ags/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ags/style.css b/config/ags/style.css index 7760056e..a84684ae 100644 --- a/config/ags/style.css +++ b/config/ags/style.css @@ -6,7 +6,7 @@ window.bar { /* background-color: @theme_bg_color; */ background: rgba(0, 0, 0, .1); color: @theme_fg_color; - min-height: 5rem; + min-height: 10rem; border: 2px solid #ea4c88; border-radius: 6px 6px 0px 0px; }