mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
Remove dashboard edit-list title columns after the second column on screen-sm-max and below, and all but the first column on screen-xs-max and below
This commit is contained in:
parent
26bbfd557c
commit
40f4ca4f7f
1 changed files with 8 additions and 0 deletions
8
resources/assets/sass/dashboard.scss
vendored
8
resources/assets/sass/dashboard.scss
vendored
|
@ -272,6 +272,14 @@ body {
|
|||
.column {
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
|
||||
@media (max-width: $screen-sm-max) {
|
||||
&:nth-child(n+4) { display: none; }
|
||||
}
|
||||
|
||||
@media (max-width: $screen-xs-max) {
|
||||
&:nth-child(n+2) { display: none; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue