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 {