diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index b6fb54e..e54a944 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -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; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 42c31f5..df51268 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -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; diff --git a/TangerineUI.css b/TangerineUI.css index 79d51d3..0d10014 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -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;