From 064288e33b3ca93c8d5038d323e7e60928e468b6 Mon Sep 17 00:00:00 2001 From: Eliseu Amaro Date: Sun, 2 Jan 2022 19:48:49 +0000 Subject: [PATCH] [CSS] Applying correct border-radius to note-info and adding a greater margin on note-complementary, in case its the last of type --- public/assets/default_theme/css/pages/feeds.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/assets/default_theme/css/pages/feeds.css b/public/assets/default_theme/css/pages/feeds.css index 415ef4a108..7eb76050c8 100644 --- a/public/assets/default_theme/css/pages/feeds.css +++ b/public/assets/default_theme/css/pages/feeds.css @@ -110,7 +110,7 @@ embed header { display: flex; border-bottom: unset; - border-radius: 0 2px 0 0; + border-radius: 0 var(--s) 0 0; line-height: initial; padding: 8px var(--s) 8px 0; } @@ -282,6 +282,9 @@ embed header { .note-complementary a { font-weight: bold; } +.note-complementary:last-of-type { + margin-bottom: var(--s); +} .h-entry-language { position: relative; float: right;