fix user page (#54)
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ body:not(.has-full-page-chat) {
|
|||||||
#topic-footer-buttons,
|
#topic-footer-buttons,
|
||||||
.more-topics__container,
|
.more-topics__container,
|
||||||
.welcome-banner,
|
.welcome-banner,
|
||||||
.container.viewing-self,
|
.container .user-main,
|
||||||
.reviewable,
|
.reviewable,
|
||||||
.admin-content,
|
.admin-content,
|
||||||
.discourse-post-event-upcoming-events,
|
.discourse-post-event-upcoming-events,
|
||||||
|
|||||||
@@ -83,3 +83,10 @@ input[type="color"]:focus,
|
|||||||
.search-container .search-filters .search-advanced-filters {
|
.search-container .search-filters .search-advanced-filters {
|
||||||
background-color: var(--d-content-background);
|
background-color: var(--d-content-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.user-main .about .details {
|
||||||
|
padding: 1em 1em 0;
|
||||||
|
border-bottom: 0px;
|
||||||
|
border-radius: var(--d-border-radius);
|
||||||
|
background-color: var(--primary-50);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user