diff options
author | metamuffin <metamuffin@disroot.org> | 2023-12-10 11:45:58 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-12-10 11:46:08 +0100 |
commit | b6f7531cdd50132cfa35023e1755e656e4189999 (patch) | |
tree | b75bed618aa6f6734d2e978f46dfa67070981e1f /web/style | |
parent | 74fb6b5835f233d7cdb2952bcf8e29068ff81b60 (diff) | |
download | jellything-b6f7531cdd50132cfa35023e1755e656e4189999.tar jellything-b6f7531cdd50132cfa35023e1755e656e4189999.tar.bz2 jellything-b6f7531cdd50132cfa35023e1755e656e4189999.tar.zst |
add some useless buttons for a/v/s config
Diffstat (limited to 'web/style')
-rw-r--r-- | web/style/js-player.css | 14 | ||||
-rw-r--r-- | web/style/layout.css | 11 |
2 files changed, 19 insertions, 6 deletions
diff --git a/web/style/js-player.css b/web/style/js-player.css index 6d1bd71..ba8f4c4 100644 --- a/web/style/js-player.css +++ b/web/style/js-player.css @@ -28,6 +28,9 @@ border: none; background-color: #ffffff10; } +.jsp .jsp-controls .jsp-track-select button { + background-color: #ffaaff10; +} .jsp-controls p.jsp-status { display: inline-block; @@ -37,6 +40,17 @@ font-family: monospace; margin: 0.4em; } +.jsp-track-select { + margin-right: 1em; + display: inherit; +} +.jsp-track-select-popup { + position: absolute; + background-color: #303a; + bottom: var(--csize); + right: 0px; + padding: 1em; +} .jsp-pri { position: relative; diff --git a/web/style/layout.css b/web/style/layout.css index 9f2d51c..ef151c4 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -163,11 +163,10 @@ footer p { content: "arrow_back"; } -.icon::before { - margin-right: 0.2em; -} - -.material-icons, .cardhover.item .play, .page.node .title .play::before, .icon::before { +.cardhover.item .play, +.page.node .title .play::before, +.icon::before, +.iicon { font-family: "Material Icons"; line-height: 1; font-size: 1.1em; @@ -175,4 +174,4 @@ footer p { display: inline-block; text-rendering: optimizeLegibility; font-feature-settings: "liga"; -}
\ No newline at end of file +} |