Improve issues table on MDPI
parent
58d4e20334
commit
332346c565
|
@ -7,7 +7,7 @@
|
||||||
@media (min-width: 1200px) { @content ; }
|
@media (min-width: 1200px) { @content ; }
|
||||||
}
|
}
|
||||||
@else if $point == laptop {
|
@else if $point == laptop {
|
||||||
@media (max-width: 1200px) { @content ; }
|
@media (max-width: 1280px) { @content ; }
|
||||||
}
|
}
|
||||||
@else if $point == tablet {
|
@else if $point == tablet {
|
||||||
@media (max-width: 767px) { @content ; }
|
@media (max-width: 767px) { @content ; }
|
||||||
|
|
|
@ -140,13 +140,6 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.level-field,
|
|
||||||
.created-field,
|
|
||||||
.assigned-field {
|
|
||||||
@include breakpoint(tablet) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.empty-issues {
|
.empty-issues {
|
||||||
|
|
Loading…
Reference in New Issue