diff --git a/public/static/app.css b/public/static/app.css index 0339e37..abee011 100644 --- a/public/static/app.css +++ b/public/static/app.css @@ -85,23 +85,10 @@ td.fillCell>* { text-align: center; } -.favourite { - z-index: 1; - position: absolute; - cursor: pointer; -} - .favourite.active { color: var(--yellow); } -.keepPlaying { - z-index: 1; - position: absolute; - cursor: pointer; - right: 0; -} - /* DIALOGS diff --git a/public/static/style.css b/public/static/style.css index a78298f..c2b5b8b 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -1741,6 +1741,10 @@ td.strech { box-shadow: 0 1px 4px var(--glow); } +.glow-text { + text-shadow: 0 1px 4px var(--glow); +} + .nowrap { white-space: nowrap; } diff --git a/src/components/dialogs/ArtistViewer.vue b/src/components/dialogs/ArtistViewer.vue index f24861d..ce238f8 100644 --- a/src/components/dialogs/ArtistViewer.vue +++ b/src/components/dialogs/ArtistViewer.vue @@ -3,33 +3,35 @@