Minor mobile alignment fixes

This commit is contained in:
Kris 2020-02-17 13:00:31 -05:00
parent 0c94e7b089
commit 42729e6a27
2 changed files with 3 additions and 1 deletions

View File

@ -95,7 +95,7 @@ blockquote {
box-sizing: border-box;
}
.expander .d-icon {
.expander > .d-icon {
&:last-of-type {
margin-left: auto;
margin-right: 0;

View File

@ -99,6 +99,7 @@
align-items: center;
.d-icon {
margin-left: 5px;
margin-right: 0;
}
}
.drop {
@ -235,6 +236,7 @@
}
tbody {
border-top: none;
.category {
border-left: 6px solid;
}