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 Oct 2, 2024
1 parent 9a559f2 commit 3d4f042
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4528,9 +4528,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}

/* Custom pinned posts divider */
.app-body .status__wrapper:has(.icon-thumb-tack) {
padding-bottom: 20px;
}
.app-body .status__wrapper:has(.icon-thumb-tack)::after {
position: absolute;
left: 0;
Expand All @@ -4553,6 +4550,16 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
content: "";
background-color: var(--color-content-bg);
}
.app-body .status__wrapper:has(.icon-thumb-tack) {
padding-bottom: 20px;
margin-top: -8px;
}
.app-body .status__wrapper:has(.icon-thumb-tack) :is(.status__content__translate-button, .translate-button .link-button) {
bottom: 20px;
}
.app-body .account-timeline__header + article .status__wrapper:has(.icon-thumb-tack) {
margin-top: 0;
}
.app-body .account-timeline__header + article .status__wrapper:has(.icon-thumb-tack)::before {
display: none;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4528,9 +4528,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}

/* Custom pinned posts divider */
.app-body .status__wrapper:has(.icon-thumb-tack) {
padding-bottom: 20px;
}
.app-body .status__wrapper:has(.icon-thumb-tack)::after {
position: absolute;
left: 0;
Expand All @@ -4553,6 +4550,16 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
content: "";
background-color: var(--color-content-bg);
}
.app-body .status__wrapper:has(.icon-thumb-tack) {
padding-bottom: 20px;
margin-top: -8px;
}
.app-body .status__wrapper:has(.icon-thumb-tack) :is(.status__content__translate-button, .translate-button .link-button) {
bottom: 20px;
}
.app-body .account-timeline__header + article .status__wrapper:has(.icon-thumb-tack) {
margin-top: 0;
}
.app-body .account-timeline__header + article .status__wrapper:has(.icon-thumb-tack)::before {
display: none;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4528,9 +4528,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}

/* Custom pinned posts divider */
.app-body .status__wrapper:has(.icon-thumb-tack) {
padding-bottom: 20px;
}
.app-body .status__wrapper:has(.icon-thumb-tack)::after {
position: absolute;
left: 0;
Expand All @@ -4553,6 +4550,16 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
content: "";
background-color: var(--color-content-bg);
}
.app-body .status__wrapper:has(.icon-thumb-tack) {
padding-bottom: 20px;
margin-top: -8px;
}
.app-body .status__wrapper:has(.icon-thumb-tack) :is(.status__content__translate-button, .translate-button .link-button) {
bottom: 20px;
}
.app-body .account-timeline__header + article .status__wrapper:has(.icon-thumb-tack) {
margin-top: 0;
}
.app-body .account-timeline__header + article .status__wrapper:has(.icon-thumb-tack)::before {
display: none;
}
Expand Down
13 changes: 10 additions & 3 deletions mastodon/app/javascript/styles/tangerineui/tangerineui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4528,9 +4528,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}

/* Custom pinned posts divider */
.app-body .status__wrapper:has(.icon-thumb-tack) {
padding-bottom: 20px;
}
.app-body .status__wrapper:has(.icon-thumb-tack)::after {
position: absolute;
left: 0;
Expand All @@ -4553,6 +4550,16 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
content: "";
background-color: var(--color-content-bg);
}
.app-body .status__wrapper:has(.icon-thumb-tack) {
padding-bottom: 20px;
margin-top: -8px;
}
.app-body .status__wrapper:has(.icon-thumb-tack) :is(.status__content__translate-button, .translate-button .link-button) {
bottom: 20px;
}
.app-body .account-timeline__header + article .status__wrapper:has(.icon-thumb-tack) {
margin-top: 0;
}
.app-body .account-timeline__header + article .status__wrapper:has(.icon-thumb-tack)::before {
display: none;
}
Expand Down

0 comments on commit 3d4f042

Please sign in to comment.