Fixed padding around special link cards for linked fediverse posts on small screens
This commit is contained in:
parent
6027a993e7
commit
32e4d6561f
4 changed files with 16 additions and 0 deletions
|
|
@ -2987,6 +2987,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
.app-body .status-card[href*="/@" i]:not(.expanded,:has(.icon-file-text)) .status-card__content {
|
||||||
|
padding-top: 12px;
|
||||||
|
padding-bottom: 12px;
|
||||||
|
}
|
||||||
.app-body .status-card:not(.expanded) .status-card__host {
|
.app-body .status-card:not(.expanded) .status-card__host {
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
|
||||||
|
|
@ -2987,6 +2987,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
.app-body .status-card[href*="/@" i]:not(.expanded,:has(.icon-file-text)) .status-card__content {
|
||||||
|
padding-top: 12px;
|
||||||
|
padding-bottom: 12px;
|
||||||
|
}
|
||||||
.app-body .status-card:not(.expanded) .status-card__host {
|
.app-body .status-card:not(.expanded) .status-card__host {
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
|
||||||
|
|
@ -2987,6 +2987,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
.app-body .status-card[href*="/@" i]:not(.expanded,:has(.icon-file-text)) .status-card__content {
|
||||||
|
padding-top: 12px;
|
||||||
|
padding-bottom: 12px;
|
||||||
|
}
|
||||||
.app-body .status-card:not(.expanded) .status-card__host {
|
.app-body .status-card:not(.expanded) .status-card__host {
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
|
||||||
|
|
@ -2987,6 +2987,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
.app-body .status-card[href*="/@" i]:not(.expanded,:has(.icon-file-text)) .status-card__content {
|
||||||
|
padding-top: 12px;
|
||||||
|
padding-bottom: 12px;
|
||||||
|
}
|
||||||
.app-body .status-card:not(.expanded) .status-card__host {
|
.app-body .status-card:not(.expanded) .status-card__host {
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue