more
This commit is contained in:
+3
-2
@@ -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
@@ -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%;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user