This commit is contained in:
Jordan Vidrine
2025-02-25 16:47:21 -06:00
parent fb7e1b02e6
commit 11b5692504
3 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -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);
}
}
+1 -1
View File
@@ -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%;
}
+1 -1
View File
@@ -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;