From 8c280d361682625cd0dde32741cd2c03514476c4 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Thu, 13 Feb 2025 09:27:12 -0800 Subject: [PATCH] web: fix styling for slashdot's story byline --- web/static/overrides.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/web/static/overrides.css b/web/static/overrides.css index f5c1797..24e60a5 100644 --- a/web/static/overrides.css +++ b/web/static/overrides.css @@ -56,7 +56,14 @@ html { background-color: initial !important; } -.news-post .site-nautilus .article-ad, -.news-post .site-nautilus .primis-ad { +.news-post.site-nautilus .article-ad, +.news-post.site-nautilus .primis-ad { display: none !important; +} + +.news-post.site-slashdot .story-byline { + display: block !important; + height: initial !important; + overflow: auto !important; + position: static !important; } \ No newline at end of file