logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 0f51b0054019e876bdac929dc02e1ca7772c4861
parent 8e97a40c700797819bf92c61398daff230404228
Author: Henry Jameson <me@hjkos.com>
Date:   Tue, 23 Aug 2022 01:30:17 +0300

reduce indexes to be below 9999 so that develop error messages appear above

Diffstat:

Msrc/App.scss12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/App.scss b/src/App.scss @@ -5,12 +5,12 @@ --navbar-height: 3.5rem; --post-line-height: 1.4; // Z-Index stuff - --ZI_media_modal: 90000; - --ZI_modals_popovers: 85000; - --ZI_modals: 80000; - --ZI_navbar_popovers: 75000; - --ZI_navbar: 70000; - --ZI_popovers: 60000; + --ZI_media_modal: 9000; + --ZI_modals_popovers: 8500; + --ZI_modals: 8000; + --ZI_navbar_popovers: 7500; + --ZI_navbar: 7000; + --ZI_popovers: 6000; } html {