mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
correct box styles
This commit is contained in:
parent
cd5564f623
commit
1a694c04e4
1 changed files with 10 additions and 1 deletions
|
@ -104,7 +104,9 @@ h1 a.badge-category div {vertical-align: top;}
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
.category-dropdown-menu .cat .badge-wrapper.box {
|
||||
width: 110%;
|
||||
}
|
||||
.badge-wrapper.box {
|
||||
.badge-category-bg {
|
||||
position: absolute;
|
||||
|
@ -113,8 +115,15 @@ h1 a.badge-category div {vertical-align: top;}
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
> .badge-category {
|
||||
width: 100%;
|
||||
width: calc(100% - 2px);
|
||||
}
|
||||
}
|
||||
|
||||
.title-wrapper .badge-wrapper.box .badge-category {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
||||
// Notification badge
|
||||
|
|
Loading…
Reference in a new issue