diff options
Diffstat (limited to 'pointless/viewer/viewer.css')
-rw-r--r-- | pointless/viewer/viewer.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pointless/viewer/viewer.css b/pointless/viewer/viewer.css index 09ef4e1..21bba3b 100644 --- a/pointless/viewer/viewer.css +++ b/pointless/viewer/viewer.css | |||
@@ -31,7 +31,6 @@ header span { | |||
31 | } | 31 | } |
32 | 32 | ||
33 | #welcomeScreen { | 33 | #welcomeScreen { |
34 | display: none; | ||
35 | max-height: 100%; | 34 | max-height: 100%; |
36 | min-width: 20rem; | 35 | min-width: 20rem; |
37 | overflow: auto; | 36 | overflow: auto; |
@@ -98,3 +97,8 @@ header span { | |||
98 | .notification:empty { | 97 | .notification:empty { |
99 | display: none; | 98 | display: none; |
100 | } | 99 | } |
100 | |||
101 | .warning { | ||
102 | font-weight: bold; | ||
103 | color: orangered; | ||
104 | } | ||