mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-06 15:42:52 +01:00
fixed categories layout
This commit is contained in:
@@ -41,7 +41,7 @@ div.categories {
|
||||
|
||||
.disabled {
|
||||
|
||||
.icon, .header, .description {
|
||||
.icon, .category-header, .description {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
@@ -67,7 +67,7 @@ div.categories {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.header {
|
||||
.category-header {
|
||||
margin-top: 0;
|
||||
margin-bottom: @acp-base-line;
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<i data-name="icon" value="{categories.icon}" class="fa {categories.icon}"></i>
|
||||
</div>
|
||||
<div class="information">
|
||||
<h5 class="header">{categories.name}</h5>
|
||||
<h5 class="category-header">{categories.name}</h5>
|
||||
<p class="description">{categories.descriptionParsed}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user