mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Separated Packery init layout.
This commit is contained in:
@@ -13,6 +13,12 @@ div[angular-packery] {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
div[angular-packery]:after {
|
||||
content: ' ';
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.col-md-4-x.packery-item {
|
||||
width: 33.33333333333333%;
|
||||
}
|
||||
@@ -34,3 +40,10 @@ div[angular-packery] {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.packery-item.is-dragging,
|
||||
.packery-item.is-positioning-post-drag {
|
||||
/*border-color: red;*/
|
||||
/*background: #09F;*/
|
||||
/*z-index: 2;*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user