From 241822e9ab7efe24b40d48fe4a7f5405ade52b5b Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 6 Aug 2024 03:51:09 +0400 Subject: [PATCH] oops --- config/ags/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ags/config.js b/config/ags/config.js index d2a0ff78..327c2038 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -119,7 +119,7 @@ function Volume() { return Widget.Box({ class_name: "volume", - css: "min-width: 180px", + // css: "min-width: 180px", children: [ icon, value], });