From a6f5c61aeff07ccc4edb022d6027a879051220e0 Mon Sep 17 00:00:00 2001 From: Eliseu Amaro Date: Wed, 28 Jul 2021 15:54:58 +0100 Subject: [PATCH] [CSS]
now has top padding for better legibility, hover now resizes it's element accordingly. Signed-off-by: Eliseu Amaro --- public/assets/css/base.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/public/assets/css/base.css b/public/assets/css/base.css index eab435636b..49692f6663 100644 --- a/public/assets/css/base.css +++ b/public/assets/css/base.css @@ -120,8 +120,8 @@ summary:hover > svg, summary:focus > svg { border-radius: var(--unit-size); padding: var(--small-size) !important; - background: var(--white); - fill: var(--bg1); + background: var(--white) !important; + fill: var(--bg1) !important; transition: all 0.4s ease; } @@ -257,6 +257,11 @@ html { padding: var(--small-size); } +.note-attachments > div figure figcaption { + display: flex; + padding-top: var(--small-size); +} + .note-attachments > div figure img, .note-attachments > div figure video { width: 100%;