From f715c54b8b26be34739180b20ba0868ce1d2752f Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Sat, 17 Feb 2024 07:47:28 -0800 Subject: [PATCH] Adjust border radius to match OrcasHub --- common/common.scss | 8 ++++---- scss/sidebar-desktop.scss | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/common.scss b/common/common.scss index 1940659..81d58b7 100644 --- a/common/common.scss +++ b/common/common.scss @@ -216,7 +216,7 @@ div.ac-wrap { .btn:not(.themes-tab):not(.components-tab), .select-kit.dropdown-select-box .dropdown-select-box-header { - border-radius: 8px; + border-radius: .375rem; border: 1px solid transparent; } @@ -261,7 +261,7 @@ html body #main-outlet { margin-top: 30px; margin-bottom: 50px; background: var(--secondary); - border-radius: 1em; + border-radius: .5rem; padding: 3em 3em 5%; max-width: 1150px; .archetype-regular & { @@ -336,7 +336,7 @@ html body #main-outlet { margin-bottom: 0.5em; background-color: var(--secondary); border: 1px solid rgba(var(--primary-rgb), 0.2); - border-radius: 1em; + border-radius: .5rem; position: relative; transition: box-shadow 100ms ease-in-out; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05); @@ -441,7 +441,7 @@ html body #main-outlet { .avatar { width: 40px; height: 40px; - border-radius: 8px; + border-radius: .375rem; } a.latest { .avatar { diff --git a/scss/sidebar-desktop.scss b/scss/sidebar-desktop.scss index 2cd0e4b..e7f0fa9 100644 --- a/scss/sidebar-desktop.scss +++ b/scss/sidebar-desktop.scss @@ -11,7 +11,7 @@ .sidebar-wrapper { margin: 30px 0 50px; background-color: var(--secondary); - border-radius: 1em; + border-radius: .5rem; top: calc(var(--header-offset) + 30px); height: calc(100vh - (var(--header-offset) + 80px)); @include box-shadow;