From 93f5325cf9ec2cf1931317942d6eb712d057c7a9 Mon Sep 17 00:00:00 2001 From: magdev Date: Sun, 3 Dec 2023 11:37:27 +0100 Subject: [PATCH] hide weather widget on project index --- stylesheets/application.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stylesheets/application.css b/stylesheets/application.css index 2da0cb2..13825f7 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -513,6 +513,9 @@ line-height: 1.5em; border-radius: 3px; } +.theme-Baupm.controller-projects .wiki.description iframe { + display: none; +} @media screen and (max-width: 899px) { .theme-Baupm #header { color: #999;