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], });