From fb6585cf60c0b933afe63c9a427854a3513ad25f Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Wed, 30 Dec 2020 21:05:16 +0100 Subject: [PATCH] Fixing very small mobile phones in the notice. --- lib/Peertube/DL/public/css/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Peertube/DL/public/css/index.css b/lib/Peertube/DL/public/css/index.css index aa0baf8..005477a 100644 --- a/lib/Peertube/DL/public/css/index.css +++ b/lib/Peertube/DL/public/css/index.css @@ -89,6 +89,7 @@ a:hover,a:focus { align-items: center; justify-content: center; flex-direction: column; + text-align: center; height: 100%; background: #000; color: white; @@ -145,7 +146,7 @@ h2 { background: white; padding: 10px; border-radius: 15px; - max-height: 100%; + max-height: 95%; overflow-y: scroll; } #poping-notice.active {