From 7feda0e46180c47c32d1fbb51fac3c88f1bcc21c Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Fri, 22 Jan 2021 13:47:00 +0100 Subject: [PATCH] fix: Solving some issues on phones. --- .../new_look_default/public/dist/css/index.css | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/themes/new_look_default/public/dist/css/index.css b/themes/new_look_default/public/dist/css/index.css index 40ef2fe..d3385c6 100644 --- a/themes/new_look_default/public/dist/css/index.css +++ b/themes/new_look_default/public/dist/css/index.css @@ -102,7 +102,7 @@ body { } .modal { - position: absolute; + position: fixed; display: none; color: white; } @@ -127,15 +127,18 @@ body { } .video-container-bar { - width: 95%; + width: 99%; height: 2rem; - padding: 1rem; + padding-top: 1rem; + padding-bottom: 1rem; display: flex; justify-content: end; + margin-bottom: 1rem; } .video-container-bar a { padding: 1rem; + margin-right: 1rem; border-radius: 0.3rem; display: flex; @@ -212,7 +215,12 @@ body { } .modal.active { - display: flex; + display: flex; + scrollbar-width: none +} + +.modal.active.active::-webkit-scrollbar { + display: none; } #modal-loading { @@ -238,6 +246,7 @@ body { #video { width: 100%; + max-width: 636px; } #video-container {