aboutsummaryrefslogtreecommitdiff
path: root/app/views/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/snippets')
-rw-r--r--app/views/snippets/stylesheets.php14
1 files changed, 8 insertions, 6 deletions
diff --git a/app/views/snippets/stylesheets.php b/app/views/snippets/stylesheets.php
index e3e2cc9..6132261 100644
--- a/app/views/snippets/stylesheets.php
+++ b/app/views/snippets/stylesheets.php
@@ -1,12 +1,14 @@
+<link rel="stylesheet" href="/css/tdro.css">
+
+<?php if ($theme->color() === 'dark') { ?>
+<link rel="stylesheet" href="/css/tdro-dark.css">
+<?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>
</noscript>
-
-<link rel="stylesheet" href="/css/tdro.css">
-
-<?php if ($theme->color() === 'dark') { ?>
-<link rel="stylesheet" href="/css/tdro-dark.css">
-<?php } ?>