From 11b56925045d58fa47ec5aef10beaf02bb0b198b Mon Sep 17 00:00:00 2001 From: Jordan Vidrine Date: Tue, 25 Feb 2025 16:47:21 -0600 Subject: [PATCH] more --- scss/buttons.scss | 5 +++-- scss/main.scss | 2 +- scss/search-banner.scss | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/scss/buttons.scss b/scss/buttons.scss index 4c81aa9..6d143ce 100644 --- a/scss/buttons.scss +++ b/scss/buttons.scss @@ -10,10 +10,11 @@ border: 1px solid var(--accent-color); background: var(--secondary); } -#create-topic.btn { +#create-topic.btn, +.topic-drafts-menu-trigger { background-color: var(--accent-color); color: var(--accent-text-color); - svg { + .d-icon { color: var(--accent-text-color); } } diff --git a/scss/main.scss b/scss/main.scss index 7e7c807..297d2b7 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -31,7 +31,7 @@ body:not(.archetype-regular, .has-full-page-chat) @media screen and (max-width: 600px) { border-radius: 0px; } - @media screen and (max-width: 480px) { + @media screen and (max-width: 425px) { padding: 12px 0; width: 100%; } diff --git a/scss/search-banner.scss b/scss/search-banner.scss index 0c5aed2..b21fd81 100644 --- a/scss/search-banner.scss +++ b/scss/search-banner.scss @@ -8,7 +8,7 @@ padding: 2.5em 0 2.5em; margin-bottom: 2.5em; --search-color: #595bca; - @media screen and (max-width: 480px) { + @media screen and (max-width: 425px) { padding: 1em 1em 0 1em; margin-bottom: 0.5em; border-bottom: none;