UX: Centering Badge notification styles on mobile.
This commit is contained in:
parent
823a699d41
commit
fce902ab1e
|
@ -86,7 +86,12 @@
|
|||
position: relative;
|
||||
top: -1px;
|
||||
font-size: 1.071em;
|
||||
padding: 4px 6px 3px 6px;
|
||||
line-height: 20px;
|
||||
min-width: 14px;
|
||||
height: 20px;
|
||||
border-radius: 10px;
|
||||
padding: 0px 3px;
|
||||
|
||||
i {color: $secondary;}
|
||||
|
||||
&.new-topic::before {
|
||||
|
@ -141,6 +146,10 @@
|
|||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
.topic-post-badges {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.posts {
|
||||
width: 10%;
|
||||
vertical-align: top;
|
||||
|
@ -149,6 +158,12 @@
|
|||
.age {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
td.posts {
|
||||
.badge-notification {
|
||||
padding: 0px 6px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tr.category-topic-link {
|
||||
|
|
Loading…
Reference in New Issue