Fix archived count overflow
This commit is contained in:
parent
f2118b484b
commit
7beef74cbe
@ -239,7 +239,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-tools-button .btn-menu {
|
.sidebar-tools-button .btn-menu {
|
||||||
width: 217px;
|
min-width: 217px;
|
||||||
|
|
||||||
.archived-count {
|
.archived-count {
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
@ -252,8 +252,7 @@
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
background-color: #c5c9cc;
|
background-color: #c5c9cc;
|
||||||
justify-self: flex-end;
|
justify-self: flex-end;
|
||||||
position: absolute;
|
margin-left: .625rem;
|
||||||
right: 16px;
|
|
||||||
|
|
||||||
@include respond-to(handhelds) {
|
@include respond-to(handhelds) {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@ -261,6 +260,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-menu-item {
|
||||||
|
padding-right: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
.archived-count:empty {
|
.archived-count:empty {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user