diff options
author | cglatot <[email protected]> | 2020-10-11 21:10:19 +0100 |
---|---|---|
committer | cglatot <[email protected]> | 2020-10-11 21:10:19 +0100 |
commit | ad1bf72ef3be426a6fd44cab9284b21b565b1f80 (patch) | |
tree | 355a0352836be10427b358c7c49d2410b220fb37 /css | |
parent | e15c377f72b4ce1006340926d9306fa9c0ce93b6 (diff) | |
download | pasta-ad1bf72ef3be426a6fd44cab9284b21b565b1f80.tar.gz pasta-ad1bf72ef3be426a6fd44cab9284b21b565b1f80.zip |
Toast notification for individual track changes
Diffstat (limited to 'css')
-rw-r--r-- | css/main.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css index 97c5c42..9bb7175 100644 --- a/css/main.css +++ b/css/main.css @@ -172,6 +172,20 @@ label, p { color: #856404 } +#successToast { + position: fixed; + top: 5%; + left: 0; + right: 0; + max-width: fit-content; + margin: auto; + z-index: 999; +} + +.toast.show { + opacity: 0.9; +} + /*========================== NAV TABS ==========================*/ |