From 421c609a84f702a30bd9e3bcca612927970b1d2f Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 24 Apr 2020 00:59:11 +0300 Subject: New desktop layout --- src/main/assets/style.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'src/main/assets/style.css') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 5dcbb067..158e0327 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -440,7 +440,6 @@ article .tags > a::before, line-height: 140%; margin-bottom: 12px; padding: 20px; - width: 640px; } .reply-new .msg-cont { border-right: 5px solid #0C0; @@ -917,8 +916,8 @@ article p { overflow: initial; } #wrapper { - grid-template-areas: ". footer content ."; - grid-template-columns: minmax(max-content, 1fr) 240px 760px minmax(max-content, 1fr); + grid-template-areas: "footer content"; + grid-template-columns: 1fr 3fr; grid-gap: 6px; overflow: initial; } @@ -927,6 +926,13 @@ article p { margin: 0 auto; width: var(--main-width); } + article, + .msg-cont { + width: 640px; + } + #footer { + padding: 10px; + } .desktop { display: block; } -- cgit v1.2.3