diff options
author | metamuffin <metamuffin@disroot.org> | 2024-01-30 13:58:52 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-01-30 13:58:52 +0100 |
commit | 0010717b6e86bb662fa04dab94968eee6fe8de64 (patch) | |
tree | 77c806b7eccdf5dd461f5b074d1693d9f9bd915d /web/style/js-transition.css | |
parent | 88734e0f3ffdbce436fd0ceeabea70b96c60f1f8 (diff) | |
download | jellything-0010717b6e86bb662fa04dab94968eee6fe8de64.tar jellything-0010717b6e86bb662fa04dab94968eee6fe8de64.tar.bz2 jellything-0010717b6e86bb662fa04dab94968eee6fe8de64.tar.zst |
support native player in settings and jst
Diffstat (limited to 'web/style/js-transition.css')
-rw-r--r-- | web/style/js-transition.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/web/style/js-transition.css b/web/style/js-transition.css index be9d34a..067fefc 100644 --- a/web/style/js-transition.css +++ b/web/style/js-transition.css @@ -36,15 +36,20 @@ height: 100vh; z-index: 10; } -.jst-error { +.jst-message { position: fixed; top: 50vh; left: 50vw; transform: translate(-50%, -50%); - color: var(--c-error); font-size: large; z-index: 11; } +.jst-message.error { + color: var(--c-error); +} +.jst-message.success { + color: var(--c-success); +} .jst-spinner { position: fixed; top: 50vh; |