Copy CSS files to installation folder

This commit is contained in:
nileane 2024-08-31 19:13:07 +00:00 committed by github-actions[bot]
commit 079780a659
4 changed files with 8 additions and 36 deletions

View file

@ -2531,19 +2531,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
border-top: 1px solid var(--color-lines); border-top: 1px solid var(--color-lines);
border-bottom: 1px solid var(--color-lines); border-bottom: 1px solid var(--color-lines);
padding-bottom: 20px; padding-bottom: 20px;
z-index: 1;
box-shadow: box-shadow:
inset 0 -5px var(--color-content-secondary-bg), inset 0 -5px var(--color-content-secondary-bg),
inset 0 -6px var(--color-lines); inset 0 -6px var(--color-lines);
} }
.app-body .scrollable > div:first-child > .detailed-status__wrapper { /* Detailed post is first in column */ .app-body .scrollable > div:is(:last-child, :only-child) .detailed-status__wrapper:last-child {
border-top: 0;
}
.app-body .scrollable > div:last-child .detailed-status__wrapper:last-child { /* Detailed post is last in column */
border-bottom: 1px solid var(--color-lines);
padding-bottom: 12px;
box-shadow: none;
}
.app-body .scrollable > div:only-child .detailed-status__wrapper:last-child { /* Detailed post is the only post in column */
padding-bottom: 12px; padding-bottom: 12px;
box-shadow: none; box-shadow: none;
} }

View file

@ -2531,19 +2531,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
border-top: 1px solid var(--color-lines); border-top: 1px solid var(--color-lines);
border-bottom: 1px solid var(--color-lines); border-bottom: 1px solid var(--color-lines);
padding-bottom: 20px; padding-bottom: 20px;
z-index: 1;
box-shadow: box-shadow:
inset 0 -5px var(--color-content-secondary-bg), inset 0 -5px var(--color-content-secondary-bg),
inset 0 -6px var(--color-lines); inset 0 -6px var(--color-lines);
} }
.app-body .scrollable > div:first-child > .detailed-status__wrapper { /* Detailed post is first in column */ .app-body .scrollable > div:is(:last-child, :only-child) .detailed-status__wrapper:last-child {
border-top: 0;
}
.app-body .scrollable > div:last-child .detailed-status__wrapper:last-child { /* Detailed post is last in column */
border-bottom: 1px solid var(--color-lines);
padding-bottom: 12px;
box-shadow: none;
}
.app-body .scrollable > div:only-child .detailed-status__wrapper:last-child { /* Detailed post is the only post in column */
padding-bottom: 12px; padding-bottom: 12px;
box-shadow: none; box-shadow: none;
} }

View file

@ -2531,19 +2531,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
border-top: 1px solid var(--color-lines); border-top: 1px solid var(--color-lines);
border-bottom: 1px solid var(--color-lines); border-bottom: 1px solid var(--color-lines);
padding-bottom: 20px; padding-bottom: 20px;
z-index: 1;
box-shadow: box-shadow:
inset 0 -5px var(--color-content-secondary-bg), inset 0 -5px var(--color-content-secondary-bg),
inset 0 -6px var(--color-lines); inset 0 -6px var(--color-lines);
} }
.app-body .scrollable > div:first-child > .detailed-status__wrapper { /* Detailed post is first in column */ .app-body .scrollable > div:is(:last-child, :only-child) .detailed-status__wrapper:last-child {
border-top: 0;
}
.app-body .scrollable > div:last-child .detailed-status__wrapper:last-child { /* Detailed post is last in column */
border-bottom: 1px solid var(--color-lines);
padding-bottom: 12px;
box-shadow: none;
}
.app-body .scrollable > div:only-child .detailed-status__wrapper:last-child { /* Detailed post is the only post in column */
padding-bottom: 12px; padding-bottom: 12px;
box-shadow: none; box-shadow: none;
} }

View file

@ -2531,19 +2531,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
border-top: 1px solid var(--color-lines); border-top: 1px solid var(--color-lines);
border-bottom: 1px solid var(--color-lines); border-bottom: 1px solid var(--color-lines);
padding-bottom: 20px; padding-bottom: 20px;
z-index: 1;
box-shadow: box-shadow:
inset 0 -5px var(--color-content-secondary-bg), inset 0 -5px var(--color-content-secondary-bg),
inset 0 -6px var(--color-lines); inset 0 -6px var(--color-lines);
} }
.app-body .scrollable > div:first-child > .detailed-status__wrapper { /* Detailed post is first in column */ .app-body .scrollable > div:is(:last-child, :only-child) .detailed-status__wrapper:last-child {
border-top: 0;
}
.app-body .scrollable > div:last-child .detailed-status__wrapper:last-child { /* Detailed post is last in column */
border-bottom: 1px solid var(--color-lines);
padding-bottom: 12px;
box-shadow: none;
}
.app-body .scrollable > div:only-child .detailed-status__wrapper:last-child { /* Detailed post is the only post in column */
padding-bottom: 12px; padding-bottom: 12px;
box-shadow: none; box-shadow: none;
} }