mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-01-17 00:19:39 +00:00
Replace computed with watcher; move css class definitions to app.css
This commit is contained in:
parent
13845a43d6
commit
e49e8ce8bc
2 changed files with 17 additions and 17 deletions
|
|
@ -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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue