mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-06 12:19:03 -05:00
adjust styling for tagged topics
This commit is contained in:
parent
561278eb38
commit
e77eaf9c95
1 changed files with 10 additions and 4 deletions
|
@ -56,11 +56,17 @@ h3 .badge-wrapper {
|
|||
}
|
||||
|
||||
|
||||
header .title-wrapper .badge-category-bg {
|
||||
vertical-align: top;
|
||||
header .title-wrapper {
|
||||
|
||||
.badge-category-bg, .badge-category {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.badge-category-bg {
|
||||
padding-top:0;
|
||||
padding-bottom:0;
|
||||
}
|
||||
}
|
||||
|
||||
.badge-category-parent-bg, .badge-category-bg {
|
||||
padding: 6px 2px;
|
||||
|
|
Loading…
Reference in a new issue