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 @@ +