mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
Collapse the dashboard table much more quickly
This commit is contained in:
parent
19ca138bb8
commit
eeeac52dbe
1 changed files with 2 additions and 2 deletions
4
resources/assets/less/dashboard.less
vendored
4
resources/assets/less/dashboard.less
vendored
|
@ -153,7 +153,7 @@ nav.navbar {
|
|||
.table {
|
||||
& > thead > tr > th { border-bottom: 1px solid #666; }
|
||||
|
||||
@media (max-width: (@screen-sm - 1)) {
|
||||
@media (max-width: @screen-md-max) {
|
||||
tr.heading-row { display: none; }
|
||||
tr:not(:first-child) { border-top: 1px solid #ddd; }
|
||||
|
||||
|
@ -171,7 +171,7 @@ nav.navbar {
|
|||
}
|
||||
}
|
||||
|
||||
@media (min-width: @screen-sm) {
|
||||
@media (min-width: @screen-lg-min) {
|
||||
& > tbody > tr > td { padding: 20px 8px; }
|
||||
& > tbody > tr:last-child > td { padding-bottom: 0px; }
|
||||
.mobile-heading { display: none; }
|
||||
|
|
Loading…
Reference in a new issue