Replace computed with watcher; move css class definitions to app.css

This commit is contained in:
Brandon A 2025-11-01 18:35:47 +00:00
parent 13845a43d6
commit e49e8ce8bc
2 changed files with 17 additions and 17 deletions

View file

@ -250,3 +250,12 @@ Bookshelf Label
.abs-btn:disabled::before {
background-color: rgba(0, 0, 0, 0.2);
}
/* Padding for toastification toasts on the bottom to not cover media player*/
.media-player .Vue-Toastification__toast.toast-mb-40 {
margin-bottom: calc(var(--spacing) * 40);
}
.media-player .Vue-Toastification__toast.toast-mb-48 {
margin-bottom: calc(var(--spacing) * 48);
}