From 35a386d679ddd130e06165cc679f060121a5f3b0 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 8 Aug 2024 14:31:02 +0400 Subject: [PATCH] hi --- 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 a1c36174..3b58aa73 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -122,7 +122,7 @@ function Volume() { return Widget.Box({ class_name: "volume", - css: "min-width: 180px", + // css: "min-width: 180px", children: [icon, volume], }) }