From 4312ec4ac3bd5ecbe29a14bd27c0711bf2b2f234 Mon Sep 17 00:00:00 2001 From: Kumi Date: Mon, 26 Aug 2024 12:59:36 +0200 Subject: [PATCH] feat(css): add placeholder for comments section Added a placeholder for the link to the comments section in the CSS to support a future implementation of comments retrieval in the backend. The placeholder includes styles for displaying a comment request link and setting its font properties. Ref: #22 --- src/wikimore/static/css/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/wikimore/static/css/style.css b/src/wikimore/static/css/style.css index 63ffbb9..b3a5626 100644 --- a/src/wikimore/static/css/style.css +++ b/src/wikimore/static/css/style.css @@ -904,6 +904,21 @@ span { display: none; } +/* Wikinews comments request + +Currently blocked by implementation of comments retrieval in the backend + +#commentrequest { + display: inline-block !important; + font-size: 0; +} + +#commentrequest a::after { + content: "View comments section"; + font-size: 1rem; +} +*/ + /* Media query for devices with a max width of 768px */ @media (max-width: 768px) { #header {