Minor style changes

This commit is contained in:
WardPearce
2025-12-22 07:33:44 +13:00
parent 25ce3d0143
commit e58aa94d3d
2 changed files with 1 additions and 5 deletions
@@ -972,7 +972,7 @@
{#if Capacitor.getPlatform() !== 'android'}
<article
id="volume-slider"
class="round white"
class="round white m l"
style="padding: 0;height: 10px;width: 150px;"
>
<label class="slider max" style="color: var(--secondary-container);">
-4
View File
@@ -86,10 +86,6 @@ menu {
transform: unset !important;
}
#volume-slider {
display: none;
}
main.root {
scrollbar-width: none !important;
}