« get me outta code hell

proper wide sidebar on mobile/tablet - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-03-02 00:28:06 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-03-02 00:28:06 -0400
commit842248934a300e2aa961b38854b8fbde5f104576 (patch)
tree96ca6e4f2f2a1958c153df4fce2bad4ebe223f7d
parent63c533209f2ffff3d9de737feef917ab83261d1d (diff)
proper wide sidebar on mobile/tablet
-rw-r--r--src/static/site3.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/static/site3.css b/src/static/site3.css
index 77ac9b4..c30398a 100644
--- a/src/static/site3.css
+++ b/src/static/site3.css
@@ -781,6 +781,10 @@ img {
   display: none;
 }
 
+.sidebar .image-container {
+  max-width: 350px;
+}
+
 /* Grid listings */
 
 .grid-listing {
@@ -1548,6 +1552,7 @@ html[data-language-code="preview-en"][data-url-key="localized.home"] #content
     flex-basis: unset !important;
     margin-right: 0 !important;
     margin-left: 0 !important;
+    width: 100%;
   }
 
   .sidebar .news-entry:not(.first-news-entry) {