From 271096cee6e2ca44a5c3a48c0738e57f5fd7b8f3 Mon Sep 17 00:00:00 2001 From: Essem Date: Tue, 20 Feb 2024 20:49:33 -0600 Subject: [PATCH] Profile fields style hotfix Not exactly correct, but it should at least work for now. --- .../flavours/glitch/styles/modern/glitch-fixes.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/javascript/flavours/glitch/styles/modern/glitch-fixes.scss b/app/javascript/flavours/glitch/styles/modern/glitch-fixes.scss index 47e49d0713..16b5d7c1db 100644 --- a/app/javascript/flavours/glitch/styles/modern/glitch-fixes.scss +++ b/app/javascript/flavours/glitch/styles/modern/glitch-fixes.scss @@ -175,6 +175,10 @@ body.app-body.flavour-glitch > #mastodon .account-card .media-modal__close::befo z-index: -1; opacity: 0.5; } +body.app-body.flavour-glitch > #mastodon :not(.admin-account-bio) > div > .account__header__fields.account__header__fields:not(:first-child), +body.app-body.flavour-glitch > #mastodon .account__header__account-note.account__header__fields:not(:first-child) { + margin-bottom: 20px; +} .layout-multiple-columns.flavour-glitch .drawer { flex-grow: 0.2; }