1
0
mirror of https://github.com/nileane/TangerineUI-for-Mastodon synced 2025-01-19 08:12:49 +09:00

Copy CSS files to installation folder

This commit is contained in:
nileane 2024-08-18 12:56:01 +00:00 committed by github-actions[bot]
parent cd5802fddc
commit 2b07336ca6
3 changed files with 39 additions and 3 deletions

View File

@ -1373,7 +1373,8 @@ body.app-body {
):is(:active, :focus, :hover)
.display-name strong,
.app-body .status__prepend .status__display-name:is(:active, :focus, :hover) strong,
.app-body a.notification-request__link:is(:active, :focus, :hover) .notification-request__name__display-name strong {
.app-body a.notification-request__link:is(:active, :focus, :hover) .notification-request__name__display-name strong,
.app-body .more-from-author a:is(:active, :focus, :hover) bdi {
text-decoration-line: underline;
text-decoration-color: currentColor;
text-decoration-thickness: 2px;
@ -3010,9 +3011,17 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .more-from-author .logo {
color: var(--color-content-fg);
}
.app-body .notification-ungrouped .more-from-author :is(.account__avatar) {
width: 16px !important;
height: 16px !important;
}
.app-body .more-from-author a:is(:active, :hover, :focus) {
color: var(--color-accent);
}
.app-body .more-from-author a {
color: var(--color-content-fg);
font-weight: 700;
}
.app-body .status__content p {
margin-bottom: 12px;
}
@ -3125,6 +3134,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
max-height: 450px;
width: auto;
}
.app-body .status--in-thread .more-from-author {
margin-inline-start: 0;
}
.app-body .media-gallery__item,
.app-body .media-gallery__item-thumbnail,
.app-body .media-gallery__item-gifv-thumbnail {

View File

@ -1373,7 +1373,8 @@ body.app-body {
):is(:active, :focus, :hover)
.display-name strong,
.app-body .status__prepend .status__display-name:is(:active, :focus, :hover) strong,
.app-body a.notification-request__link:is(:active, :focus, :hover) .notification-request__name__display-name strong {
.app-body a.notification-request__link:is(:active, :focus, :hover) .notification-request__name__display-name strong,
.app-body .more-from-author a:is(:active, :focus, :hover) bdi {
text-decoration-line: underline;
text-decoration-color: currentColor;
text-decoration-thickness: 2px;
@ -3010,9 +3011,17 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .more-from-author .logo {
color: var(--color-content-fg);
}
.app-body .notification-ungrouped .more-from-author :is(.account__avatar) {
width: 16px !important;
height: 16px !important;
}
.app-body .more-from-author a:is(:active, :hover, :focus) {
color: var(--color-accent);
}
.app-body .more-from-author a {
color: var(--color-content-fg);
font-weight: 700;
}
.app-body .status__content p {
margin-bottom: 12px;
}
@ -3125,6 +3134,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
max-height: 450px;
width: auto;
}
.app-body .status--in-thread .more-from-author {
margin-inline-start: 0;
}
.app-body .media-gallery__item,
.app-body .media-gallery__item-thumbnail,
.app-body .media-gallery__item-gifv-thumbnail {

View File

@ -1373,7 +1373,8 @@ body.app-body {
):is(:active, :focus, :hover)
.display-name strong,
.app-body .status__prepend .status__display-name:is(:active, :focus, :hover) strong,
.app-body a.notification-request__link:is(:active, :focus, :hover) .notification-request__name__display-name strong {
.app-body a.notification-request__link:is(:active, :focus, :hover) .notification-request__name__display-name strong,
.app-body .more-from-author a:is(:active, :focus, :hover) bdi {
text-decoration-line: underline;
text-decoration-color: currentColor;
text-decoration-thickness: 2px;
@ -3010,9 +3011,17 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .more-from-author .logo {
color: var(--color-content-fg);
}
.app-body .notification-ungrouped .more-from-author :is(.account__avatar) {
width: 16px !important;
height: 16px !important;
}
.app-body .more-from-author a:is(:active, :hover, :focus) {
color: var(--color-accent);
}
.app-body .more-from-author a {
color: var(--color-content-fg);
font-weight: 700;
}
.app-body .status__content p {
margin-bottom: 12px;
}
@ -3125,6 +3134,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
max-height: 450px;
width: auto;
}
.app-body .status--in-thread .more-from-author {
margin-inline-start: 0;
}
.app-body .media-gallery__item,
.app-body .media-gallery__item-thumbnail,
.app-body .media-gallery__item-gifv-thumbnail {