Copy CSS files to installation folder

This commit is contained in:
nileane 2024-01-31 18:49:03 +00:00 committed by github-actions[bot]
parent 8a4a4aaab2
commit bd44413584
3 changed files with 6 additions and 3 deletions

View file

@ -5570,6 +5570,7 @@ a:is(.active,
.app-body .scrollable.about {
background-color: var(--color-content-bg);
border: 1px solid var(--color-lines);
border-bottom: 0;
display: flex;
flex-flow: column;
padding-bottom: 20px;
@ -5637,7 +5638,7 @@ a:is(.active,
}
@media screen and (min-width:890px) {
.app-body .scrollable.about {
border-radius: 8px !important;
border-radius: 8px 8px 0 0 !important;
}
.app-body .about__header__hero {
border-radius: 8px 8px 0 0;

View file

@ -5570,6 +5570,7 @@ a:is(.active,
.app-body .scrollable.about {
background-color: var(--color-content-bg);
border: 1px solid var(--color-lines);
border-bottom: 0;
display: flex;
flex-flow: column;
padding-bottom: 20px;
@ -5637,7 +5638,7 @@ a:is(.active,
}
@media screen and (min-width:890px) {
.app-body .scrollable.about {
border-radius: 8px !important;
border-radius: 8px 8px 0 0 !important;
}
.app-body .about__header__hero {
border-radius: 8px 8px 0 0;

View file

@ -5570,6 +5570,7 @@ a:is(.active,
.app-body .scrollable.about {
background-color: var(--color-content-bg);
border: 1px solid var(--color-lines);
border-bottom: 0;
display: flex;
flex-flow: column;
padding-bottom: 20px;
@ -5637,7 +5638,7 @@ a:is(.active,
}
@media screen and (min-width:890px) {
.app-body .scrollable.about {
border-radius: 8px !important;
border-radius: 8px 8px 0 0 !important;
}
.app-body .about__header__hero {
border-radius: 8px 8px 0 0;