Fixed bottom navigation bar alignment

This commit is contained in:
Niléane 2024-10-01 15:56:19 +02:00
parent 14f7098533
commit 6b4d041676
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

@ -4108,7 +4108,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
@media screen and (max-width:1174px) {
.app-body .columns-area__panels__pane--navigational .columns-area__panels__pane__inner {
width: 100vw;
height: calc(3.6em + var(--safe-area-bottom));
height: calc(4.2em + var(--safe-area-bottom));
bottom: 0;
left: 0;
z-index: 3;

View file

@ -4108,7 +4108,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
@media screen and (max-width:1174px) {
.app-body .columns-area__panels__pane--navigational .columns-area__panels__pane__inner {
width: 100vw;
height: calc(3.6em + var(--safe-area-bottom));
height: calc(4.2em + var(--safe-area-bottom));
bottom: 0;
left: 0;
z-index: 3;

View file

@ -4108,7 +4108,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
@media screen and (max-width:1174px) {
.app-body .columns-area__panels__pane--navigational .columns-area__panels__pane__inner {
width: 100vw;
height: calc(3.6em + var(--safe-area-bottom));
height: calc(4.2em + var(--safe-area-bottom));
bottom: 0;
left: 0;
z-index: 3;

View file

@ -4108,7 +4108,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
@media screen and (max-width:1174px) {
.app-body .columns-area__panels__pane--navigational .columns-area__panels__pane__inner {
width: 100vw;
height: calc(3.6em + var(--safe-area-bottom));
height: calc(4.2em + var(--safe-area-bottom));
bottom: 0;
left: 0;
z-index: 3;