logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 1050fed5589c44105c3d22aba3350969deb06e5c
parent e51278cdf11f8b77bc436d6076685283f0a2ad02
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 25 Mar 2024 17:02:36 +0200

fix non-round panel headers

Diffstat:

Msrc/panel.scss3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/panel.scss b/src/panel.scss @@ -154,8 +154,7 @@ &::after { background-color: var(--background); z-index: -2; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; + border-radius: var(--roundness) var(--roundness) 0 0; box-shadow: var(--shadow); }