From 9431536112e98b708b1c8fb4ea20f2f0945496b7 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Wed, 26 Mar 2025 13:54:55 +0100 Subject: [PATCH] frames.html: trim --- templates/themes/categories/frames.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/themes/categories/frames.html b/templates/themes/categories/frames.html index 6b2fac38..ec9cdc25 100644 --- a/templates/themes/categories/frames.html +++ b/templates/themes/categories/frames.html @@ -16,13 +16,13 @@ border-width: 2px; margin-right: 15px; } - + .introduction { grid-column: 2 / 9; grid-row: 1; width: 100%; } - + .content { grid-column: 2 / 9; grid-row: 2; @@ -35,7 +35,7 @@ gap: 20px; height: 100vh; } - + .modlog { width: 50%; text-align: left; @@ -69,7 +69,7 @@ li a.system { font-weight: bold; } - + @media (max-width:768px) { body{ display: grid; @@ -78,7 +78,7 @@ height: 100vh; width: 100%; } - + .introduction { grid-column: 1; grid-row: 1; @@ -97,16 +97,16 @@ grid-row: 3; width: 100%; } - + .modlog { width: 100%; text-align: center; } - + table { table-layout: fixed; } - + table.modlog tr th { white-space: normal; word-wrap: break-word;