Reworked audio menu styling

This commit is contained in:
Jas Singh
2024-06-28 21:44:56 -07:00
parent 52731236e9
commit 78496ae98a
13 changed files with 407 additions and 230 deletions

View File

@@ -222,9 +222,6 @@ export default () => {
return Widget.Box({
vertical: true,
children: [
Widget.Separator({
class_name: "menu-separator",
}),
Widget.Box({
class_name: "menu-container bluetooth",
children: [
@@ -347,9 +344,6 @@ export default () => {
}),
],
}),
Widget.Separator({
class_name: "menu-separator",
}),
Widget.Box({
vertical: true,
children: bluetooth.bind("enabled").as((isOn) =>