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; box-sizing: border-box;
} }
.expander .d-icon { .expander > .d-icon {
&:last-of-type { &:last-of-type {
margin-left: auto; margin-left: auto;
margin-right: 0; margin-right: 0;

View File

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