Copy CSS files to installation folder
This commit is contained in:
parent
f62932d90c
commit
6a4f9d44dd
3 changed files with 146 additions and 146 deletions
|
|
@ -1730,7 +1730,6 @@ body.app-body {
|
||||||
max-width: 40px;
|
max-width: 40px;
|
||||||
}
|
}
|
||||||
.app-body .compose-form__submit .button {
|
.app-body .compose-form__submit .button {
|
||||||
transition: all .3s;
|
|
||||||
height: 40px;
|
height: 40px;
|
||||||
max-width: 40px;
|
max-width: 40px;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
|
|
@ -1740,6 +1739,7 @@ body.app-body {
|
||||||
background-image: var(--icon-send-inv);
|
background-image: var(--icon-send-inv);
|
||||||
background-color: var(--color-accent);
|
background-color: var(--color-accent);
|
||||||
transition:
|
transition:
|
||||||
|
all .3s,
|
||||||
transform .2s,
|
transform .2s,
|
||||||
background-color .2s,
|
background-color .2s,
|
||||||
border-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 {
|
.app-body .account__header__bar .avatar .account__avatar {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
margin: 0x;
|
margin: 0;
|
||||||
border-width: 4px;
|
border-width: 4px;
|
||||||
border-color: var(--color-content-bg);
|
border-color: var(--color-content-bg);
|
||||||
width: 100px !important;
|
width: 100px !important;
|
||||||
|
|
|
||||||
|
|
@ -1730,7 +1730,6 @@ body.app-body {
|
||||||
max-width: 40px;
|
max-width: 40px;
|
||||||
}
|
}
|
||||||
.app-body .compose-form__submit .button {
|
.app-body .compose-form__submit .button {
|
||||||
transition: all .3s;
|
|
||||||
height: 40px;
|
height: 40px;
|
||||||
max-width: 40px;
|
max-width: 40px;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
|
|
@ -1740,6 +1739,7 @@ body.app-body {
|
||||||
background-image: var(--icon-send-inv);
|
background-image: var(--icon-send-inv);
|
||||||
background-color: var(--color-accent);
|
background-color: var(--color-accent);
|
||||||
transition:
|
transition:
|
||||||
|
all .3s,
|
||||||
transform .2s,
|
transform .2s,
|
||||||
background-color .2s,
|
background-color .2s,
|
||||||
border-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 {
|
.app-body .account__header__bar .avatar .account__avatar {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
margin: 0x;
|
margin: 0;
|
||||||
border-width: 4px;
|
border-width: 4px;
|
||||||
border-color: var(--color-content-bg);
|
border-color: var(--color-content-bg);
|
||||||
width: 100px !important;
|
width: 100px !important;
|
||||||
|
|
|
||||||
|
|
@ -1730,7 +1730,6 @@ body.app-body {
|
||||||
max-width: 40px;
|
max-width: 40px;
|
||||||
}
|
}
|
||||||
.app-body .compose-form__submit .button {
|
.app-body .compose-form__submit .button {
|
||||||
transition: all .3s;
|
|
||||||
height: 40px;
|
height: 40px;
|
||||||
max-width: 40px;
|
max-width: 40px;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
|
|
@ -1740,6 +1739,7 @@ body.app-body {
|
||||||
background-image: var(--icon-send-inv);
|
background-image: var(--icon-send-inv);
|
||||||
background-color: var(--color-accent);
|
background-color: var(--color-accent);
|
||||||
transition:
|
transition:
|
||||||
|
all .3s,
|
||||||
transform .2s,
|
transform .2s,
|
||||||
background-color .2s,
|
background-color .2s,
|
||||||
border-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 {
|
.app-body .account__header__bar .avatar .account__avatar {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
margin: 0x;
|
margin: 0;
|
||||||
border-width: 4px;
|
border-width: 4px;
|
||||||
border-color: var(--color-content-bg);
|
border-color: var(--color-content-bg);
|
||||||
width: 100px !important;
|
width: 100px !important;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue