[cXF] Download button always on right side

Unmaintained [cXF] Download button always on right side

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,810
Points
823

Reputation:

LQD submitted a new resource:

Download button always on right side - If for some reason you have long resource titles

- without code -
View attachment 183
- with code -
View attachment 184
As you can see the download button is always on the right side.

To achieve this add this code to your extra.less template:
Code:
/*** Download button always on right side ***/
@media (min-width: @xf-responsiveMedium) {
    [data-template="xfrm_resource_view"] .p-title {
        flex-wrap: initial !important;
    }
}
/**********/

Read more about this resource...
 

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,810
Points
823

Reputation:

How would you like to customize it?
 
Top