Fixed collapsible sections' margins in mobile layout
This commit is contained in:
parent
692d4fd735
commit
891b2af02d
4 changed files with 8 additions and 8 deletions
|
|
@ -2102,7 +2102,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
height: 100px;
|
height: 100px;
|
||||||
}
|
}
|
||||||
.app-body .column-header__collapsible:not(.collapsed) { /* Remove margin between column settings and column header */
|
.app-body .column-header__collapsible:not(.collapsed) { /* Remove margin between column settings and column header */
|
||||||
margin-top: 0;
|
margin-top: -4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
|
@ -4104,7 +4104,7 @@ a:is(.active,
|
||||||
@media screen and (max-width:1174px) {
|
@media screen and (max-width:1174px) {
|
||||||
.app-body .announcements {
|
.app-body .announcements {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
margin-top: -10px;
|
margin-top: -4px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.app-body .announcements__mastodon {
|
.app-body .announcements__mastodon {
|
||||||
|
|
|
||||||
|
|
@ -2102,7 +2102,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
height: 100px;
|
height: 100px;
|
||||||
}
|
}
|
||||||
.app-body .column-header__collapsible:not(.collapsed) { /* Remove margin between column settings and column header */
|
.app-body .column-header__collapsible:not(.collapsed) { /* Remove margin between column settings and column header */
|
||||||
margin-top: 0;
|
margin-top: -4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
|
@ -4104,7 +4104,7 @@ a:is(.active,
|
||||||
@media screen and (max-width:1174px) {
|
@media screen and (max-width:1174px) {
|
||||||
.app-body .announcements {
|
.app-body .announcements {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
margin-top: -10px;
|
margin-top: -4px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.app-body .announcements__mastodon {
|
.app-body .announcements__mastodon {
|
||||||
|
|
|
||||||
|
|
@ -2102,7 +2102,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
height: 100px;
|
height: 100px;
|
||||||
}
|
}
|
||||||
.app-body .column-header__collapsible:not(.collapsed) { /* Remove margin between column settings and column header */
|
.app-body .column-header__collapsible:not(.collapsed) { /* Remove margin between column settings and column header */
|
||||||
margin-top: 0;
|
margin-top: -4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
|
@ -4104,7 +4104,7 @@ a:is(.active,
|
||||||
@media screen and (max-width:1174px) {
|
@media screen and (max-width:1174px) {
|
||||||
.app-body .announcements {
|
.app-body .announcements {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
margin-top: -10px;
|
margin-top: -4px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.app-body .announcements__mastodon {
|
.app-body .announcements__mastodon {
|
||||||
|
|
|
||||||
|
|
@ -2102,7 +2102,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
height: 100px;
|
height: 100px;
|
||||||
}
|
}
|
||||||
.app-body .column-header__collapsible:not(.collapsed) { /* Remove margin between column settings and column header */
|
.app-body .column-header__collapsible:not(.collapsed) { /* Remove margin between column settings and column header */
|
||||||
margin-top: 0;
|
margin-top: -4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
|
@ -4104,7 +4104,7 @@ a:is(.active,
|
||||||
@media screen and (max-width:1174px) {
|
@media screen and (max-width:1174px) {
|
||||||
.app-body .announcements {
|
.app-body .announcements {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
margin-top: -10px;
|
margin-top: -4px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.app-body .announcements__mastodon {
|
.app-body .announcements__mastodon {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue