logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: a63aeccbcc919cd053f1f88b83a962e9dd1a89d5
parent 58b82172836c71204c9c71f2aead284caf76b969
Author: Henry Jameson <me@hjkos.com>
Date:   Tue, 31 May 2022 20:35:30 +0300

force panel headers to be square on mobile (for now?)

Diffstat:

Msrc/App.scss9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/App.scss b/src/App.scss @@ -301,6 +301,15 @@ nav { margin-bottom: 0; } + .panel-heading, + .panel-heading::after, + .panel-heading::before, + .panel, + .panel::after { + border-top-left-radius: 0; + border-top-right-radius: 0; + } + .underlay, #sidebar, #notifs-column {