From 75407657d18951ab0b36798d672183a9179437fe Mon Sep 17 00:00:00 2001 From: Hunternif Date: Sun, 16 Feb 2025 18:46:02 +0000 Subject: client: fix weird Chrome bug where video controls are invisible under div class="transparent" --- client/css/core-general.styl | 4 ++-- client/html/home.tpl | 2 +- client/html/post_main.tpl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/css/core-general.styl b/client/css/core-general.styl index b1f8401..3faf00f 100644 --- a/client/css/core-general.styl +++ b/client/css/core-general.styl @@ -106,7 +106,7 @@ form .fa-question-circle-o background-color: $scrollbar-bg-color &::-webkit-scrollbar-thumb background-color: $scrollbar-thumb-color - >.content-wrapper:not(.transparent) + >.content-wrapper:not(.transparent-container) background: $top-navigation-color padding: 1.8em @media (max-width: 1000px) @@ -117,7 +117,7 @@ form .fa-question-circle-o margin-bottom: 0 .darktheme #content-holder - >.content-wrapper:not(.transparent) + >.content-wrapper:not(.transparent-container) background: $top-navigation-color-darktheme hr diff --git a/client/html/home.tpl b/client/html/home.tpl index 1e51b12..36946b4 100644 --- a/client/html/home.tpl +++ b/client/html/home.tpl @@ -1,4 +1,4 @@ -
+

<%- ctx.name %>

diff --git a/client/html/post_main.tpl b/client/html/post_main.tpl index cebab17..33f9afd 100644 --- a/client/html/post_main.tpl +++ b/client/html/post_main.tpl @@ -1,4 +1,4 @@ -
+