logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: f0ba0e68559b3665b76f0022c5ad3b8f457c37a5
parent f8956a37b2be375f0b09b166f9c5f94bddeb7422
Author: tusooa <tusooa@kazv.moe>
Date:   Mon,  7 Nov 2022 12:49:41 -0500

Use <main> for main content

Diffstat:

Msrc/App.vue4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/App.vue b/src/App.vue @@ -33,7 +33,7 @@ <div id="notifs-sidebar" /> </template> </div> - <div + <main id="main-scroller" class="column main" :class="{ '-full-height': isChats || isListEdit }" @@ -50,7 +50,7 @@ </router-link> </div> <router-view /> - </div> + </main> <div id="notifs-column" class="column -scrollable"