mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
mobile/tablet layout tweaks
This commit is contained in:
parent
875b87b0d6
commit
68d269658f
@ -546,8 +546,6 @@ a,
|
||||
#app.item-selected #col-item {
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
.drag { cursor: default; }
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
@ -581,6 +579,20 @@ a,
|
||||
#app.item-selected #col-item {
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
.drag { cursor: default; }
|
||||
}
|
||||
|
||||
/* styles for both mobile & tablet layout */
|
||||
|
||||
@media (max-width: 991.98px) {
|
||||
.drag {
|
||||
cursor: default;
|
||||
}
|
||||
.toolbar {
|
||||
min-height: 3rem !important;
|
||||
max-height: 3rem !important;
|
||||
}
|
||||
.toolbar-item,
|
||||
.toolbar-search {
|
||||
padding: .5rem;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user