From 3a081a9c465828b3491d15b673074b7dbdcfc822 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sun, 25 Oct 2020 11:15:59 -0700 Subject: 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 --- youtube/templates/shared.css | 1 + 1 file changed, 1 insertion(+) (limited to 'youtube/templates/shared.css') 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; -- cgit v1.2.3