1
0
mirror of https://github.com/nileane/TangerineUI-for-Mastodon synced 2024-11-27 14:28:14 +09:00

Removed obsolete margin on onboarding banners in mid-size layout

This commit is contained in:
Niléane 2023-11-24 18:17:53 +01:00
parent 0c4c3b76ee
commit b9bbb86ea0
No known key found for this signature in database
3 changed files with 0 additions and 9 deletions

View File

@ -3253,9 +3253,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}
}
@media screen and (min-width:890px) and (max-width:1174px) {
.app-body .dismissable-banner {
margin-top: 10px;
}
.app-body .explore__links .dismissable-banner {
margin-top: 0;
}

View File

@ -3253,9 +3253,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}
}
@media screen and (min-width:890px) and (max-width:1174px) {
.app-body .dismissable-banner {
margin-top: 10px;
}
.app-body .explore__links .dismissable-banner {
margin-top: 0;
}

View File

@ -3253,9 +3253,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}
}
@media screen and (min-width:890px) and (max-width:1174px) {
.app-body .dismissable-banner {
margin-top: 10px;
}
.app-body .explore__links .dismissable-banner {
margin-top: 0;
}