Skip to content

Commit

Permalink
Copy CSS files to installation folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nileane authored and github-actions[bot] committed Aug 29, 2024
1 parent 32e4d65 commit b90f78c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
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
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
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 mastodon/app/javascript/styles/tangerineui/tangerineui.scss
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 b90f78c

Please sign in to comment.