Styling fixes
This commit is contained in:
@@ -79,9 +79,10 @@ const devices = (bluetooth, self) => {
|
||||
Widget.Box({
|
||||
hexpand: true,
|
||||
hpack: "start",
|
||||
class_name: "menu-button-container",
|
||||
children: [
|
||||
Widget.Icon({
|
||||
vpack: "start",
|
||||
vpack: "center",
|
||||
class_name: `menu-button-icon bluetooth ${conDevNames.includes(device.address) ? "active" : ""}`,
|
||||
icon: `${device["icon-name"]}-symbolic`,
|
||||
}),
|
||||
|
||||
@@ -10,7 +10,6 @@ const Devices = () => {
|
||||
label(bluetooth),
|
||||
Widget.Scrollable({
|
||||
class_name: "menu-items-section",
|
||||
// vertical: true,
|
||||
hscroll: 'never',
|
||||
vscroll: 'always',
|
||||
child: Widget.Box({
|
||||
|
||||
Reference in New Issue
Block a user