mobile improvements

tries to setup layout for success with safari iso 26 bottom navigation
bar and having content appear behind it instead of having a fat lip of
background color.

Also fixes where main content was not taking full width on mobile & text
alignment on torrent search results.
This commit is contained in:
2026-02-24 18:43:26 +01:00
parent 426b376d05
commit eac12748db
5 changed files with 9 additions and 1900 deletions

View File

@@ -58,13 +58,14 @@
.content {
display: grid;
width: calc(100% - var(--header-size));
grid-column: 2 / 3;
width: calc(100% - var(--header-size));
grid-row: 2;
z-index: 5;
@include mobile {
grid-column: 1 / 3;
width: 100%;
}
}
}