Copy CSS files to installation folder

This commit is contained in:
TixieSalander 2024-08-02 23:42:05 +00:00 committed by github-actions[bot]
commit 6a4f9d44dd
3 changed files with 146 additions and 146 deletions

View file

@ -1730,7 +1730,6 @@ body.app-body {
max-width: 40px;
}
.app-body .compose-form__submit .button {
transition: all .3s;
height: 40px;
max-width: 40px;
color: transparent;
@ -1740,6 +1739,7 @@ body.app-body {
background-image: var(--icon-send-inv);
background-color: var(--color-accent);
transition:
all .3s,
transform .2s,
background-color .2s,
border-color .2s;
@ -4157,7 +4157,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}
.app-body .account__header__bar .avatar .account__avatar {
border-radius: 50%;
margin: 0x;
margin: 0;
border-width: 4px;
border-color: var(--color-content-bg);
width: 100px !important;

View file

@ -1730,7 +1730,6 @@ body.app-body {
max-width: 40px;
}
.app-body .compose-form__submit .button {
transition: all .3s;
height: 40px;
max-width: 40px;
color: transparent;
@ -1740,6 +1739,7 @@ body.app-body {
background-image: var(--icon-send-inv);
background-color: var(--color-accent);
transition:
all .3s,
transform .2s,
background-color .2s,
border-color .2s;
@ -4157,7 +4157,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}
.app-body .account__header__bar .avatar .account__avatar {
border-radius: 50%;
margin: 0x;
margin: 0;
border-width: 4px;
border-color: var(--color-content-bg);
width: 100px !important;

View file

@ -1730,7 +1730,6 @@ body.app-body {
max-width: 40px;
}
.app-body .compose-form__submit .button {
transition: all .3s;
height: 40px;
max-width: 40px;
color: transparent;
@ -1740,6 +1739,7 @@ body.app-body {
background-image: var(--icon-send-inv);
background-color: var(--color-accent);
transition:
all .3s,
transform .2s,
background-color .2s,
border-color .2s;
@ -4157,7 +4157,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}
.app-body .account__header__bar .avatar .account__avatar {
border-radius: 50%;
margin: 0x;
margin: 0;
border-width: 4px;
border-color: var(--color-content-bg);
width: 100px !important;