logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 292895913892ac5eb7e1e8855775e97a7ea1eb18
parent 169f71c006af4e409a72d84c115106e65ded01dd
Author: Henry Jameson <me@hjkos.com>
Date:   Tue, 23 Jul 2024 16:29:09 +0300

fix huge previews on firefox

Diffstat:

Msrc/components/settings_modal/tabs/appearance_tab.vue1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/components/settings_modal/tabs/appearance_tab.vue b/src/components/settings_modal/tabs/appearance_tab.vue @@ -280,6 +280,7 @@ padding: 0; .theme-preview { + font-size: 1rem; // fix for firefox width: 19rem; display: flex; flex-direction: column;