aboutsummaryrefslogtreecommitdiff
path: root/app/views/snippets/stylesheets.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/snippets/stylesheets.php')
-rw-r--r--app/views/snippets/stylesheets.php13
1 files changed, 7 insertions, 6 deletions
diff --git a/app/views/snippets/stylesheets.php b/app/views/snippets/stylesheets.php
index 6132261..7eb1c06 100644
--- a/app/views/snippets/stylesheets.php
+++ b/app/views/snippets/stylesheets.php
@@ -5,10 +5,11 @@
<?php } ?>
<noscript>
- <style>
- .has-navbar-fixed-top { padding-top: 0 !important; }
- .is-fixed-top { position: unset !important; }
- .posts__more__content { margin-bottom: 0 !important; }
- .isso-comments-counter, .comments__section { display: none; }
- </style>
+ <style>
+ article-comments,
+ [href="#isso-thread"],
+ article-meta-top aside:nth-child(2) svg:first-child {
+ display: none;
+ }
+ </style>
</noscript>