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