Skip to content

Commit

Permalink
Fixed padding around special link cards for linked fediverse posts on…
Browse files Browse the repository at this point in the history
… small screens
  • Loading branch information
nileane committed Aug 29, 2024
1 parent 6027a99 commit 32e4d65
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TangerineUI-cherry.css
Original file line number Diff line number Diff line change
Expand Up @@ -2987,6 +2987,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
padding-top: 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 {
margin-bottom: 2px;
font-size: 12px;
Expand Down
4 changes: 4 additions & 0 deletions TangerineUI-lagoon.css
Original file line number Diff line number Diff line change
Expand Up @@ -2987,6 +2987,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
padding-top: 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 {
margin-bottom: 2px;
font-size: 12px;
Expand Down
4 changes: 4 additions & 0 deletions TangerineUI-purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -2987,6 +2987,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
padding-top: 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 {
margin-bottom: 2px;
font-size: 12px;
Expand Down
4 changes: 4 additions & 0 deletions TangerineUI.css
Original file line number Diff line number Diff line change
Expand Up @@ -2987,6 +2987,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
padding-top: 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 {
margin-bottom: 2px;
font-size: 12px;
Expand Down

0 comments on commit 32e4d65

Please sign in to comment.