From 9b86794cdaffec8143c43da364aafb17847bb1d9 Mon Sep 17 00:00:00 2001 From: Eliseu Amaro Date: Mon, 28 Feb 2022 12:54:22 +0000 Subject: [PATCH] [CSS] Details inside another details (accordion widget) will represent their 'open/close feedback arrows' properly now --- public/assets/default_theme/feeds.css | 4 ++++ public/assets/default_theme/widgets.css | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/assets/default_theme/feeds.css b/public/assets/default_theme/feeds.css index 5e0a753e2b..52e5abec8f 100644 --- a/public/assets/default_theme/feeds.css +++ b/public/assets/default_theme/feeds.css @@ -225,6 +225,10 @@ word-break:break-all; } +.note-attachments-unit>figure img { + height: auto; +} + .note-author-uri,.note-conversation-info,.note-text-details .note-text-details-summary small { font-style:italic; } diff --git a/public/assets/default_theme/widgets.css b/public/assets/default_theme/widgets.css index b488ac6954..b82f2734e8 100644 --- a/public/assets/default_theme/widgets.css +++ b/public/assets/default_theme/widgets.css @@ -386,7 +386,7 @@ margin-bottom: 0; } -.section-settings-details[open] summary:after { +.section-settings-details[open] > summary:after { animation: fadeOut 200ms cubic-bezier(0, 0.55, 0.45, 1); transform: rotate(180deg); }