aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/shared.css
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2020-10-25 11:15:59 -0700
committerJames Taylor <user234683@users.noreply.github.com>2020-10-25 11:15:59 -0700
commit3a081a9c465828b3491d15b673074b7dbdcfc822 (patch)
treec391332acabb89395820fec894bc76606a9f45b2 /youtube/templates/shared.css
parentbcaec7b7d3bb6086ec2f6d0726a641e67a524789 (diff)
downloadyt-local-3a081a9c465828b3491d15b673074b7dbdcfc822.tar.lz
yt-local-3a081a9c465828b3491d15b673074b7dbdcfc822.tar.xz
yt-local-3a081a9c465828b3491d15b673074b7dbdcfc822.zip
Automatically change tor circuit once if ip is blocked
Use stem library to send a new identity signal via the tor control port. See #20
Diffstat (limited to 'youtube/templates/shared.css')
-rw-r--r--youtube/templates/shared.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/templates/shared.css b/youtube/templates/shared.css
index 2288a34..3dd48ac 100644
--- a/youtube/templates/shared.css
+++ b/youtube/templates/shared.css
@@ -341,6 +341,7 @@ h1{
font-weight: normal;
}
#error-box, #error-message{
+ white-space: pre-wrap;
background-color: var(--interface-color);
width: 80%;
margin: auto;