mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
category badge alignment fix
This commit is contained in:
parent
0f41770547
commit
c84b837d50
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
box-shadow: shadow("header");
|
box-shadow: shadow("header");
|
||||||
|
|
||||||
> .wrap {
|
> .wrap {
|
||||||
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
.contents {
|
.contents {
|
||||||
|
@ -257,6 +258,9 @@
|
||||||
}
|
}
|
||||||
.badge-wrapper {
|
.badge-wrapper {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
&.bullet {
|
||||||
|
padding-top: 1px; // alignment hack
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.badge-wrapper.bullet {
|
.badge-wrapper.bullet {
|
||||||
.badge-category-parent-bg,
|
.badge-category-parent-bg,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue