Styling fixes

This commit is contained in:
Jas Singh
2024-07-13 21:07:18 -07:00
parent b633650679
commit 3c2abcc9ae
4 changed files with 3 additions and 4 deletions

View File

@@ -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`,
}),

View File

@@ -10,7 +10,6 @@ const Devices = () => {
label(bluetooth),
Widget.Scrollable({
class_name: "menu-items-section",
// vertical: true,
hscroll: 'never',
vscroll: 'always',
child: Widget.Box({

View File

@@ -1,7 +1,6 @@
@import "../colors";
.media {
font-size: 1rem;
color: $lavender;
}

View File

@@ -62,7 +62,7 @@
.connection-status {
font-size: 0.9em;
margin-left: 1em;
margin-left: 1rem;
}
}