custom.css
... ...
@@ -260,6 +260,12 @@ textarea::placeholder {
260 260
padding: 0 !important;
261 261
}
262 262
263
+#wiki-body > .main-content::before,
264
+#wiki-body > .main-content::after {
265
+ display: none;
266
+ content: none;
267
+}
268
+
263 269
#wiki-body .markdown-body,
264 270
#wiki-sidebar {
265 271
float: none !important;