Virtual Music player/App for Sonos and all audio devices

Would you know what I need to adjust to enlarge the volume %? (I changed it up ever so slightly and would like the volume indicator a little larger! image

You cannot isolate just the % from what I can tell. You can only increase the font size for all text on the tile using.

#tile-17 .tile-contents{
  font-size:18px ; 
}

FYI - doing so messes up the layout, so it might not be worth it.

That worked, I added it to your second line to keep it clean!
#tile-6 .tile-contents{display:inline-flex;font-size:18px!important}

1 Like