Skip to content

Commit 862d9da

Browse files
committed
Optimized icon position.
1 parent 5ac6c18 commit 862d9da

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

assets/css/main.scss

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,21 +1413,20 @@ table tbody td {
14131413
i {
14141414
text-align: center;
14151415
width: 1.25em;
1416-
padding-top: .45rem;
1416+
padding-top: .44rem;
14171417
}
14181418
}
14191419

1420-
#mode-toggle-wrapper {
1421-
font-size: .9rem;
1422-
}
1423-
1424-
#mode-toggle-wrapper>i {
1425-
@include icon-round(2rem);
1426-
padding-top: 0.5rem;
1427-
bottom: 0;
1428-
}
1420+
#mode-toggle-wrapper {
1421+
font-size: .9rem;
1422+
i {
1423+
@include icon-round(2rem);
1424+
padding-top: .44rem;
1425+
bottom: 0;
1426+
}
1427+
}
14291428

1430-
.icon-border {
1429+
.icon-border {
14311430
margin-left: .2rem;
14321431
margin-right: .2rem;
14331432
margin-top: .85rem;
@@ -1436,7 +1435,7 @@ table tbody td {
14361435
.icon-border+a {
14371436
margin-left: 0;
14381437
}
1439-
}
1438+
} // #sidebar .sidebar-bottom
14401439

14411440

14421441
footer>div.d-flex {

0 commit comments

Comments
 (0)