From 59f29e375ad1271210e5a2906d8cf99f15a11ca4 Mon Sep 17 00:00:00 2001 From: linsui Date: Wed, 27 Jan 2021 22:52:27 +0800 Subject: UI fix for mobile --- css/redirector.css | 4 ++-- popup.html | 1 + redirector.html | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/css/redirector.css b/css/redirector.css index 71c7d74..63ee0a7 100644 --- a/css/redirector.css +++ b/css/redirector.css @@ -206,7 +206,7 @@ input[type="radio"] { .redirect-info div p { display:table-cell; - word-wrap:break-word; + word-wrap:anywhere; max-width:700px; } @@ -670,4 +670,4 @@ footer small a:hover { border-color: rgb(68,68,68) !important ; border-radius: 2px; } -} \ No newline at end of file +} diff --git a/popup.html b/popup.html index 8feede0..b37c1de 100644 --- a/popup.html +++ b/popup.html @@ -4,6 +4,7 @@ REDIRECTOR +

REDIRECTOR

diff --git a/redirector.html b/redirector.html index 58fc263..e0f6f4c 100644 --- a/redirector.html +++ b/redirector.html @@ -6,6 +6,7 @@ +
-- cgit v1.2.3