diff --git a/stylesheets/style.css b/stylesheets/style.css index 6bd5fab0..cd6a6eaa 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -23,7 +23,8 @@ img { html, body { max-width: 100%!important; - overflow-x: hidden!important; + margin: 0; + box-sizing: border-box; } .post-image{ @@ -97,7 +98,6 @@ body { color: black; font-family: arial,helvetica,sans-serif; font-size: 10pt; - margin: 0 4px; padding-left: 4px; padding-right: 4px; } diff --git a/templates/themes/categories/frames.html b/templates/themes/categories/frames.html index c07c94f9..fbaf9a62 100644 --- a/templates/themes/categories/frames.html +++ b/templates/themes/categories/frames.html @@ -1,8 +1,8 @@ - - + + @@ -26,14 +26,15 @@ .content { grid-column: 2 / 9; grid-row: 2; - width: 100%; + width: 100%; + max-width: 100%; + overflow-x: scroll; } body { display: grid; grid-template-columns: repeat(auto-fill,minmax(200px, 1fr)); gap: 20px; - height: 100vh; } .modlog { @@ -75,7 +76,6 @@ display: grid; grid-template-columns: none; gap: 20px; - height: 100vh; width: 100%; }