diff options
author | floppydiskette <floppydisk@hyprcat.net> | 2024-12-25 22:41:17 +0000 |
---|---|---|
committer | floppydiskette <floppydisk@hyprcat.net> | 2024-12-25 22:48:19 +0000 |
commit | 6c126bc20fce92c78acfefaa6672c1ed41becfe2 (patch) | |
tree | c1bb51bcf1a89c3ebb265ba4dca8a41c7c7590b1 /public | |
parent | 80f46016700171da76e1b4223ba011b9333fafad (diff) |
Update last/current track displayv2024.12.25
Diffstat (limited to 'public')
-rw-r--r-- | public/css/master.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/css/master.css b/public/css/master.css index 90e5e9d..3733d79 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -264,6 +264,8 @@ div.current-track img { float: left; filter: var(--shadow-small); border: var(--border); + width: 174px; + height: 174px; } /** Bookmarks **/ |