Resource icon

Unmaintained XFRM Grid layout for Resources

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,954
Points
823

Reputation:

LQD submitted a new resource:

Grid layout for XFRM by Hemant - grid,layout

Simply add the following codes to the Extra.less template to get the Grid view in XFRM Resources section without add-on.

View attachment 81 View attachment 82
Code:
.structItem--resource {
    background-color: white !important;
    border-collapse: collapse;
    padding: 0px;
    width: 100%;
    min-height: 138px;
    height: 138px;
    height: auto;
    display: inline-block !important;
    margin: 9px 0px 0px 6px;
    max-width: 49% !important;
    max-height: 162px...

Read more about this resource...
 
Top