File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 36
36
}
37
37
---
38
38
39
+ {% if plugin .latest == undefined %}
40
+ <div class =" flex flex-col gap-5 py-5 px-6 lg:flex-row" data-pagefind-body >
41
+ {% else %}
39
42
<div class =" flex flex-col gap-5 py-5 px-6 lg:flex-row" >
40
-
43
+ {% endif %}
41
44
<div class =" flex flex-col gap-2 grow" >
42
- <div class =" flex flex-row justify-center gap-1 mb-3 p-4 text-center bg-warning rounded" >
45
+ <div class =" flex flex-row justify-center gap-1 mb-3 p-4 text-center bg-warning rounded" data-pagefind-ignore >
43
46
<div class =" pt-px" >
44
47
{% include " icons/warning.svg" %}
45
48
</div >
79
82
80
83
<hr />
81
84
82
- <div class =" flex flex-col gap-2" >
85
+ <div class =" flex flex-col gap-2" data-pagefind-ignore >
83
86
<h2 >Versions</h2 >
84
87
<div class =" flex flex-col rounded-lg overflow-hidden border border-border" >
85
88
<div class =" grid grid-cols-2 lg:grid-cols-3 bg-dark-tiles text-white text-xs uppercase py-1 px-2 font-bold" >
122
125
</div >
123
126
</div >
124
127
125
- <div class =" flex flex-col gap-4 bg-dark-tiles py-3 px-4" >
128
+ <div class =" flex flex-col gap-4 bg-dark-tiles py-3 px-4" data-pagefind-ignore >
126
129
<a class =" btn w-full text-white text-xl flex flex-row items-center gap-1 p-1 border border-[#e1b68c] bg-[#d18f4f] hover:bg-[#cc8540] rounded" href =" {{ plugin.download_url }}" >
127
130
{% include " icons/download.svg" %}
128
131
Download now
155
158
</div >
156
159
</div >
157
160
158
- <div class =" flex flex-col gap-3" >
161
+ <div class =" flex flex-col gap-3" data-pagefind-ignore >
159
162
<h3 class =" flex flex-row items-center gap-2 bg-sidebar-header-gradient py-3 px-5 -mx-5" >
160
163
{% include " icons/github.svg" %}
161
164
GitHub Activity
Original file line number Diff line number Diff line change 50
50
inset : 0 ;
51
51
text-align : center;
52
52
font-size : 1.5rem /* 24px */ ;
53
- line-height : 26 px ;
53
+ line-height : 21 px ;
54
54
color : rgb (255 255 255 / 0.3 );
55
55
}
56
56
.pagefind-ui__hidden ,
You can’t perform that action at this time.
0 commit comments