From e891d25777ba9029e59af84091339322cb792ae1 Mon Sep 17 00:00:00 2001 From: geese_suck Date: Wed, 25 Jan 2023 02:25:01 +0000 Subject: [PATCH 1/2] fix award placement lol (#95) this is fine :marseyclueless: Reviewed-on: https://fsdfsd.net/rDrama/rDrama/pulls/95 Co-authored-by: geese_suck Co-committed-by: geese_suck --- files/templates/submission.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 0f69ee19bc..083a6dd14d 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -8,6 +8,8 @@ {% endblock %} {% block pagetype %}thread{% endblock %} {% block head_final %} + {% include "awards.html" %} + {% include "fistmas/awards.html" %} {% endblock %} {% set ups=p.upvotes %} {% set downs=p.downvotes %} @@ -56,9 +58,6 @@ {% block content %} -{% include "awards.html" %} -{% include "fistmas/awards.html" %} -
From e7a786b7e9fad713856918af4f0dddef3eac491f Mon Sep 17 00:00:00 2001 From: mummified-corroding-granny Date: Wed, 25 Jan 2023 02:25:16 +0000 Subject: [PATCH 2/2] remove z-index from dropdowns in search page (#96) Kindly, This fixes issue I created https://fsdfsd.net/rDrama/rDrama/issues/60 . Note that both z-indexes had to be removed because when I kept either of them, there was still z-fighting issues. Considering that .dropdown-actions is used elsewhere, I tested the changes also on these pages and it still (TM) works on my machine (TM). ./files/templates/home_comments.html <----- Didn't test on /comments because disabled but it is same as search.html AFAIK ./files/templates/home.html ./files/templates/log.html ./files/templates/search.html ./files/templates/submission.html ./files/templates/userpage/header.html Reviewed-on: https://fsdfsd.net/rDrama/rDrama/pulls/96 Co-authored-by: mummified-corroding-granny Co-committed-by: mummified-corroding-granny --- files/assets/css/main.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 14a5257d3a..b34ceca66a 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -3930,7 +3930,6 @@ small, .small { color: var(--muted); font-weight: 600; font-size: 12px; - z-index: 1000; } .dropdown-actions .fa, .dropdown-actions .fas, .dropdown-actions .far { font-size: 12px; @@ -3970,9 +3969,6 @@ small, .small { .dropdown-actions .list-inline .list-inline-item:last-child { margin-right: 0; } -#searchparams-dropdown { - z-index: 1001; -} .page-link { font-weight: 900; background-color: var(--dark);