From 567c772b117c4e12aa7dee5dea0d1fae5a375a6b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 2 Sep 2022 19:54:01 +0200 Subject: [PATCH] add sidebar button for tabletcels --- files/assets/css/main.css | 5 +++++ files/templates/header.html | 4 ++++ files/templates/util/assetcache.html | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 94720fc29..f95227f09 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6250,4 +6250,9 @@ blockquote + blockquote, div > blockquote:first-child, blockquote:last-child { div.markdown { height: auto; white-space: pre-wrap; +} +@media (max-width: 768px) or (min-width: 992px) { + #sidebar-btn { + display: None; + } } \ No newline at end of file diff --git a/files/templates/header.html b/files/templates/header.html index 4769bcb63..90970d20a 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -195,6 +195,10 @@ + +