Borders and corners fix for the about page

This commit is contained in:
Niléane 2024-01-31 19:48:46 +01:00
parent 10886bd6ea
commit 8a4a4aaab2
No known key found for this signature in database
3 changed files with 6 additions and 3 deletions

View file

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

View file

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

View file

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