From 93b9eb7b0c6bca3390cd19523c2602c3a56f82ab Mon Sep 17 00:00:00 2001 From: f0x Date: Wed, 10 May 2023 20:18:50 +0200 Subject: [PATCH] fix toot spacing --- web/source/css/status.css | 17 ++++------------- web/template/status.tmpl | 3 --- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/web/source/css/status.css b/web/source/css/status.css index 7f48c9787..cbbaa6ce9 100644 --- a/web/source/css/status.css +++ b/web/source/css/status.css @@ -106,7 +106,10 @@ main { } .body { - padding: 0 0.75rem; + padding: 0.5rem 0.75rem; + display: flex; + flex-direction: column; + gap: 0.5rem; } details > summary { @@ -124,7 +127,6 @@ main { .text { margin: 0; - padding-top: 0.5rem; grid-row: span 1; grid-column: 1 / span 3; @@ -139,8 +141,6 @@ main { } .content { - padding-bottom: 0.5rem; - word-break: break-word; blockquote { @@ -200,7 +200,6 @@ main { } .media { - margin-top: 0.5rem; border-radius: $br; grid-column: span 3; display: grid; @@ -407,13 +406,5 @@ main { .info { background: $toot-focus-info-bg; } - - .not-expanded { - display: none; - } - - .media { - margin-bottom: 0.5rem; - } } } \ No newline at end of file diff --git a/web/template/status.tmpl b/web/template/status.tmpl index 7ca24579b..2b2171b43 100644 --- a/web/template/status.tmpl +++ b/web/template/status.tmpl @@ -29,9 +29,6 @@ . @{{.Account.Username}}, {{acctInstance .Account.Acct}} -