From f28ed5e3590e24d02650b3a79816de78af9641f9 Mon Sep 17 00:00:00 2001 From: Eliseu Amaro Date: Wed, 29 Dec 2021 19:02:06 +0000 Subject: [PATCH] [CSS] .note-complementary-info now smaller in general --- public/assets/default_theme/css/pages/feeds.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/public/assets/default_theme/css/pages/feeds.css b/public/assets/default_theme/css/pages/feeds.css index aca13e0487..6d1cbc1cb1 100644 --- a/public/assets/default_theme/css/pages/feeds.css +++ b/public/assets/default_theme/css/pages/feeds.css @@ -95,11 +95,11 @@ border-radius: var(--s); } .h-entry .replies { - margin-bottom: var(--m); + margin-bottom: var(--s); padding: 0 var(--s) 0 var(--s); border-left: 1px solid var(--border); } -.replies small { +.replies > strong > small { opacity: 0.5; } .note-info, @@ -130,7 +130,6 @@ embed header { .note-conversation-url, .note-url { font-style: italic; - opacity: 0.5; } embed header { justify-content: space-between; @@ -139,6 +138,10 @@ embed header { float: left; margin-left: 4px; } +.note-author-nickname, +.note-conversation-info { + opacity: 0.5; +} .note-author-fullname { font-weight: bold; } @@ -261,13 +264,12 @@ embed header { margin-bottom: var(--s); } .note-complementary { + font-size: 0.937rem; border-left: 2px solid var(--accent); border-end-start-radius: var(--s); border-end-end-radius: var(--s); padding-left: var(--s); - padding-top: 5px; - padding-bottom: 5px; - margin-bottom: var(--s); + margin-bottom: 4px; margin-right: var(--s); background: var(--gradient) !important; }