Compare commits
1 Commits
c1a5177c38
...
5108eb856f
Author | SHA1 | Date | |
---|---|---|---|
5108eb856f |
@ -535,6 +535,38 @@ html body #main-outlet {
|
|||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Community Resources Category
|
||||||
|
.category-resources {
|
||||||
|
// Topic List
|
||||||
|
|
||||||
|
.topic-list-header {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.topic-list-body {
|
||||||
|
.topic-list-data {
|
||||||
|
// Center content in the topic list
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.num.views,
|
||||||
|
.num.posts,
|
||||||
|
.num.activity,
|
||||||
|
.posters,
|
||||||
|
.topic-statuses {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Topic Posts
|
||||||
|
|
||||||
|
.topic-map,
|
||||||
|
.topic-status { // Hide the lock icon in the topic header of the post
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// published page additions
|
// published page additions
|
||||||
.published-page-content-wrapper {
|
.published-page-content-wrapper {
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
|
@ -213,3 +213,25 @@ ol.category-breadcrumb {
|
|||||||
margin: 2rem 0;
|
margin: 2rem 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Community Resources Category
|
||||||
|
.category-resources {
|
||||||
|
|
||||||
|
// Topic List
|
||||||
|
|
||||||
|
.topic-list-data {
|
||||||
|
.right {
|
||||||
|
margin-left: 0 !important;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Topic Post
|
||||||
|
|
||||||
|
.topic-avatar,
|
||||||
|
.topic-meta-data {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user