A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: some minor css improvements

+15 -1
+15 -1
src/themes/webamp/configurators/input/element.js
··· 25 25 <style> 26 26 @import "./themes/webamp/98-vars.css"; 27 27 28 + #tabbed { 29 + display: flex; 30 + flex-direction: column; 31 + height: 100%; 32 + } 33 + 34 + .window { 35 + flex: 1; 36 + overflow-y: auto; 37 + } 38 + 39 + /* TABS */ 40 + 28 41 menu[role="tablist"] { 29 42 padding-top: 2px; 30 43 31 44 li > label { 45 + cursor: pointer; 32 46 display: block; 33 - margin: var(--radio-label-spacing); 47 + padding: var(--radio-label-spacing); 34 48 } 35 49 36 50 /* Copied styles from "li[aria-selected=true]" */