aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/templates')
-rw-r--r--youtube/templates/shared.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/youtube/templates/shared.css b/youtube/templates/shared.css
index 3dd48ac..ee0ceec 100644
--- a/youtube/templates/shared.css
+++ b/youtube/templates/shared.css
@@ -341,13 +341,15 @@ h1{
font-weight: normal;
}
#error-box, #error-message{
- white-space: pre-wrap;
background-color: var(--interface-color);
width: 80%;
margin: auto;
margin-top: 20px;
padding: 5px;
}
+#error-message{
+ white-space: pre-wrap;
+}
#error-box > div, #error-box > p, #error-box > h1{
white-space: pre-wrap;
margin-bottom: 10px;