Margin fixes

This commit is contained in:
Niléane 2024-03-15 23:20:49 +01:00
parent 254de8baae
commit 781f5caec1
No known key found for this signature in database
3 changed files with 10 additions and 0 deletions

View file

@ -3380,6 +3380,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .column-header > button {
padding: 0 0 0 15px;
}
.app-body .column-header > button:nth-child(2) {
padding-left: 0;
}
.app-body .column-header .column-header__back-button {
padding-right: 16px;
}

View file

@ -3380,6 +3380,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .column-header > button {
padding: 0 0 0 15px;
}
.app-body .column-header > button:nth-child(2) {
padding-left: 0;
}
.app-body .column-header .column-header__back-button {
padding-right: 16px;
}

View file

@ -3217,6 +3217,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
----------------- */
.app-body .tabs-bar__wrapper {
background-color: transparent;
box-shadow: inset 0 10px var(--color-bg);
}
.app-body .column-header__wrapper.active:before {
background: none;
@ -3380,6 +3381,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .column-header > button {
padding: 0 0 0 15px;
}
.app-body .column-header > button:nth-child(2) {
padding-left: 0;
}
.app-body .column-header .column-header__back-button {
padding-right: 16px;
}