Fixed #94: On mobile, in the "publish" view, avatars are over the header

This commit is contained in:
Niléane 2024-05-28 22:38:01 +04:00
parent aa1f282ae3
commit 8298aa2931
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -3515,7 +3515,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
position: fixed;
top: 0;
width: 100%;
z-index: 1;
z-index: 2;
}
@media (display-mode: standalone) {
.app-body:not(.layout-multiple-columns) .ui::after {

View file

@ -3515,7 +3515,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
position: fixed;
top: 0;
width: 100%;
z-index: 1;
z-index: 2;
}
@media (display-mode: standalone) {
.app-body:not(.layout-multiple-columns) .ui::after {

View file

@ -3515,7 +3515,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
position: fixed;
top: 0;
width: 100%;
z-index: 1;
z-index: 2;
}
@media (display-mode: standalone) {
.app-body:not(.layout-multiple-columns) .ui::after {