mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -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-wrapper.box {
|
||||||
.badge-category-bg {
|
.badge-category-bg {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -113,8 +115,15 @@ h1 a.badge-category div {vertical-align: top;}
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> .badge-category {
|
||||||
|
width: 100%;
|
||||||
|
width: calc(100% - 2px);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.title-wrapper .badge-wrapper.box .badge-category {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// Notification badge
|
// Notification badge
|
||||||
|
|
Loading…
Reference in a new issue