From 0010717b6e86bb662fa04dab94968eee6fe8de64 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 30 Jan 2024 13:58:52 +0100 Subject: support native player in settings and jst --- web/style/js-transition.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'web/style/js-transition.css') 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; -- cgit v1.2.3-70-g09d2