This repository was archived by the owner on May 16, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -414,6 +414,12 @@ form {
414414 height : 100% ;
415415}
416416
417+ .flexRow-grid {
418+ /* use for wrapping grids of objects with 10px margins on the right side */
419+ margin-right : -10px ;
420+ width : auto;
421+ }
422+
417423.flexRow [class |= "flexCol" ] {
418424 box-sizing : border-box;
419425 position : relative;
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ <h2 class="page-contractTitle noOverflow textOpacity1 marginLeft20 marginBottom8
2424 < button class ="fullscreen js-photoGallery " href ="<%= ob.serverUrl %>get_image?hash=<%= ob.vendor_offer.listing.item.image_hashes[0] %><%= ob.imageExtension %> "> </ button >
2525 < % } %>
2626 </ div >
27- < div class ="flexRow row20 ">
27+ < div class ="flexRow row20 flexRow-grid ">
2828 < % _.each(ob.vendor_offer.listing.item.image_hashes, function(data, i) {
2929 if(i != 0){%>
30- < div class ="itemImg itemImg-small overflowHidden <% if(i > 4){%>hide<% } %> ">
30+ < div class ="itemImg itemImg-small overflowHidden ">
3131 < div class ="itemImg itemImg-small <% if(!ob.showNSFWContent && !ob.skipNSFWmodal && ob.vendor_offer.listing.item.nsfw){ %> nsfw <% } %> "
3232 style ="background-image: url(<%= ob.serverUrl %>get_image?hash=<%= data %><%= ob.imageExtension %>), url(imgs/defaultItem.png); ">
3333 </ div >
You can’t perform that action at this time.
0 commit comments