Copy CSS files to installation folder

This commit is contained in:
nileane 2024-01-11 22:16:23 +00:00 committed by github-actions[bot]
commit 965826a8af
3 changed files with 6 additions and 6 deletions

View file

@ -2458,8 +2458,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body :is(.reply-indicator__content, .status__content) .status__content__spoiler-link { .app-body :is(.reply-indicator__content, .status__content) .status__content__spoiler-link {
background-color: transparent; background-color: transparent;
width: 100%; width: 100%;
margin: -22px 0 0; margin: 0;
padding: 27px 0 5px; padding: 5px 0;
text-align: start; text-align: start;
position: relative; position: relative;
} }

View file

@ -2458,8 +2458,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body :is(.reply-indicator__content, .status__content) .status__content__spoiler-link { .app-body :is(.reply-indicator__content, .status__content) .status__content__spoiler-link {
background-color: transparent; background-color: transparent;
width: 100%; width: 100%;
margin: -22px 0 0; margin: 0;
padding: 27px 0 5px; padding: 5px 0;
text-align: start; text-align: start;
position: relative; position: relative;
} }

View file

@ -2458,8 +2458,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body :is(.reply-indicator__content, .status__content) .status__content__spoiler-link { .app-body :is(.reply-indicator__content, .status__content) .status__content__spoiler-link {
background-color: transparent; background-color: transparent;
width: 100%; width: 100%;
margin: -22px 0 0; margin: 0;
padding: 27px 0 5px; padding: 5px 0;
text-align: start; text-align: start;
position: relative; position: relative;
} }