Optimized icon position.
This commit is contained in:
parent
8e01d90018
commit
232c956b81
1 changed files with 11 additions and 12 deletions
|
@ -1413,21 +1413,20 @@ table tbody td {
|
||||||
i {
|
i {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 1.25em;
|
width: 1.25em;
|
||||||
padding-top: .45rem;
|
padding-top: .44rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#mode-toggle-wrapper {
|
#mode-toggle-wrapper {
|
||||||
font-size: .9rem;
|
font-size: .9rem;
|
||||||
}
|
i {
|
||||||
|
@include icon-round(2rem);
|
||||||
|
padding-top: .44rem;
|
||||||
|
bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#mode-toggle-wrapper>i {
|
.icon-border {
|
||||||
@include icon-round(2rem);
|
|
||||||
padding-top: 0.5rem;
|
|
||||||
bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-border {
|
|
||||||
margin-left: .2rem;
|
margin-left: .2rem;
|
||||||
margin-right: .2rem;
|
margin-right: .2rem;
|
||||||
margin-top: .85rem;
|
margin-top: .85rem;
|
||||||
|
@ -1436,7 +1435,7 @@ table tbody td {
|
||||||
.icon-border+a {
|
.icon-border+a {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
}
|
} // #sidebar .sidebar-bottom
|
||||||
|
|
||||||
|
|
||||||
footer>div.d-flex {
|
footer>div.d-flex {
|
||||||
|
|
Loading…
Reference in a new issue