Using inset-inline-* properties instead of "left" and "right" for the compact header positioning

This commit is contained in:
Niléane 2024-02-18 23:47:58 +01:00
commit aa3724a101
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

View file

@ -3112,8 +3112,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body:not(.layout-multiple-columns) .tabs-bar__wrapper {
display: block;
top: 0;
left: 45px;
right: 105px;
inset-inline-start: 45px;
inset-inline-end: 105px;
height: 55px;
position: fixed;
}