Fixed margin on top bar buttons in mobile layout

This commit is contained in:
Niléane 2023-11-20 22:58:29 +01:00
commit 692d4fd735
No known key found for this signature in database
4 changed files with 4 additions and 0 deletions

View file

@ -2080,6 +2080,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
background-color: transparent;
height: 50px;
border: 0;
margin: 0;
}
.app-body .ui::after { /* Set a backdrop blur background to both top bars */
-webkit-backdrop-filter: blur(20px);

View file

@ -2080,6 +2080,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
background-color: transparent;
height: 50px;
border: 0;
margin: 0;
}
.app-body .ui::after { /* Set a backdrop blur background to both top bars */
-webkit-backdrop-filter: blur(20px);