UX: Mobile editor style fixes (#7878)

This commit is contained in:
Joe
2019-07-11 21:57:53 +08:00
committed by Kris
parent 25830c73be
commit fd4557a9ef
13 changed files with 135 additions and 42 deletions

View File

@@ -12,7 +12,7 @@
grid-template-columns: 0.25fr repeat(4, 1fr);
}
}
@include breakpoint(mobile) {
@include breakpoint(mobile-extra-large) {
tr {
grid-template-columns: 0.25fr repeat(3, 1fr);
}