Skip to content

Commit

Permalink
mobile/tablet layout tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nkanaev committed Feb 11, 2021
1 parent 875b87b commit 68d2696
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions assets/stylesheets/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -546,8 +546,6 @@ a,
#app.item-selected #col-item {
display: flex !important;
}

.drag { cursor: default; }
}

@media (max-width: 767.98px) {
Expand Down Expand Up @@ -581,6 +579,20 @@ a,
#app.item-selected #col-item {
display: flex !important;
}
}

/* styles for both mobile & tablet layout */

.drag { cursor: default; }
@media (max-width: 991.98px) {
.drag {
cursor: default;
}
.toolbar {
min-height: 3rem !important;
max-height: 3rem !important;
}
.toolbar-item,
.toolbar-search {
padding: .5rem;
}
}

0 comments on commit 68d2696

Please sign in to comment.