From 63eabbd8d036ab965fe35d5245d44e3c6619c748 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sat, 7 Sep 2024 01:47:45 +0200 Subject: [PATCH] [backend/razor] Adjust public preview styling to accommodate libmfm fixes --- Iceshrimp.Backend/Pages/Note.cshtml.css | 2 +- Iceshrimp.Backend/wwwroot/css/default.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Iceshrimp.Backend/Pages/Note.cshtml.css b/Iceshrimp.Backend/Pages/Note.cshtml.css index ef1255ae..88b0bdbe 100644 --- a/Iceshrimp.Backend/Pages/Note.cshtml.css +++ b/Iceshrimp.Backend/Pages/Note.cshtml.css @@ -4,7 +4,7 @@ align-items: flex-start; background-color: #f7f7f7; background-color: var(--background-alt); - padding: 0 10px 0; + padding: 10px; margin: 1em 0; border-radius: 6px; overflow: hidden; diff --git a/Iceshrimp.Backend/wwwroot/css/default.css b/Iceshrimp.Backend/wwwroot/css/default.css index 98e4a8b4..ef22376b 100644 --- a/Iceshrimp.Backend/wwwroot/css/default.css +++ b/Iceshrimp.Backend/wwwroot/css/default.css @@ -158,7 +158,7 @@ q::after { blockquote { border-left: 4px solid #0096bfab; border-left: 4px solid var(--focus); - margin: 1.5em 0; + margin: 0.75em 0; padding: 0.5em 1em; font-style: italic; }