Fixed pagination and scene poster overflowing page on small screens. Fixed back reload interfering with tag page hashes.
This commit is contained in:
@@ -102,7 +102,7 @@ const activePage = computed(() => pageContext.urlParsed.pathname.split('/')[1]);
|
||||
border-radius: 1.5rem;
|
||||
}
|
||||
|
||||
@media(--small-50) {
|
||||
@media(--small-60) {
|
||||
.nav-item.channels {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user