Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e4cc70e

Browse files
committed
Removed mobile breakpoint styles.
1 parent 0cba675 commit e4cc70e

File tree

3 files changed

+1
-31
lines changed

3 files changed

+1
-31
lines changed

dist/gridstack.css

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -368,19 +368,3 @@
368368
-o-transition: left 0s, top 0s, height 0s, width 0s;
369369
transition: left 0s, top 0s, height 0s, width 0s;
370370
}
371-
372-
@media (max-width: 768px) {
373-
.grid-stack-item {
374-
position: relative !important;
375-
width: auto !important;
376-
left: 0 !important;
377-
top: auto !important;
378-
margin-bottom: 20px;
379-
}
380-
.grid-stack-item .ui-resizable-handle {
381-
display: none;
382-
}
383-
.grid-stack {
384-
height: auto !important;
385-
}
386-
}

dist/gridstack.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/gridstack.scss

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -124,17 +124,3 @@ $animation_speed: .3s !default;
124124
@include vendor(transition, left .0s, top .0s, height .0s, width .0s);
125125
}
126126
}
127-
128-
@media (max-width: 768px) {
129-
.grid-stack-item {
130-
position: relative !important;
131-
width: auto !important;
132-
left: 0 !important;
133-
top: auto !important;
134-
margin-bottom: $vertical_padding;
135-
136-
.ui-resizable-handle { display: none; }
137-
}
138-
139-
.grid-stack { height: auto !important; }
140-
}

0 commit comments

Comments
 (0)