Minor mobile alignment fixes
This commit is contained in:
parent
0c94e7b089
commit
42729e6a27
|
@ -95,7 +95,7 @@ blockquote {
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.expander .d-icon {
|
||||
.expander > .d-icon {
|
||||
&:last-of-type {
|
||||
margin-left: auto;
|
||||
margin-right: 0;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue