Preventing scene poster, stash header and bottom navigation overflow.

This commit is contained in:
2024-03-19 02:19:23 +01:00
parent fce43ed0c6
commit 3fa8bb7486
9 changed files with 145 additions and 62 deletions

View File

@@ -61,7 +61,7 @@ const activePage = computed(() => pageContext.urlParsed.pathname.split('/')[1]);
justify-content: center;
align-items: center;
flex-grow: 1;
padding: .5rem;
padding: .5rem 0;
border: none;
background: none;
color: var(--highlight-strong-20);