Added a scrollbar to the network and bluetooth menu. (#593)

* Added a scrollbar to the network and bluetooth menu.

* Update themes

* Adjust height of network menu scroller.
This commit is contained in:
Jas Singh
2024-12-22 02:19:51 -08:00
committed by GitHub
parent 3e2f641237
commit dec781071a
52 changed files with 2824 additions and 2668 deletions

View File

@@ -194,4 +194,16 @@
.connection-status.txt-icon {
margin-left: 0.2em;
}
.bluetooth-controls {
margin-right: 0.5em;
}
.menu-scroller.bluetooth {
min-height: 18em;
slider {
background: $bar-menus-menu-bluetooth-scroller-color;
}
}
}

View File

@@ -254,3 +254,14 @@
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.menu-scroller {
margin-right: 0em;
min-width: 0.35em;
slider {
min-width: $bar-menus-scroller-width;
border-radius: $bar-menus-scroller-radius;
background: $bar-menus-text;
}
}

View File

@@ -181,4 +181,16 @@
background: if($bar-menus-monochrome, $bar-menus-switch-enabled, $bar-menus-menu-network-switch-enabled);
}
}
.menu-scroller.wap {
min-height: 16em;
slider {
background: $bar-menus-menu-network-scroller-color;
}
}
.network-element-controls-container {
margin-right: 0.7em;
}
}