File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
django_wtf/templates/core Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1111 </ svg >
1212 </ label >
1313 < ul tabindex ="0 "
14- class ="p-2 mt-3 shadow menu menu-compact dropdown-content bg-primary -content rounded-box w-52 ">
14+ class ="p-4 mt-4 shadow menu text-white menu-compact dropdown-content bg-info -content rounded-box w-52 ">
1515 {% flag "newsletter" %}
16- < li class ="btn btn-outline btn-accent ">
17- < a href ="{% url 'core:subscriber-landing' %} "> Best apps</ a >
18- </ li >
16+ < a class ="btn btn-sm btn-outline btn-accent "
17+ href ="{% url 'core:subscriber-landing' %} "> Newsletter</ a >
1918 {% endflag %}
2019 < li >
2120 < a href ="{% url 'core:top-repositories' %} "> Best apps</ a >
3433 </ li >
3534 </ ul >
3635</ div >
37- < a class ="w-32 lg: ml-6 " href ="/ ">
36+ < a class ="w-32 ml-6 " href ="/ ">
3837 < img src ="{% static 'images/logo.png' %} " alt ="Django.wtf ">
3938</ a >
4039< div class ="hidden lg:flex gap-6 ">
Original file line number Diff line number Diff line change 1717 {% for topic in object.topics %}< div class ="ml-1 badge badge-outline "> {{ topic }}</ div > {% endfor %}
1818 </ div >
1919 < div class ="divider "> </ div >
20- < div >
21- < article class ="prose max-w-none "> {{ object.readme_html | safe }}</ article >
20+ < div class =" grid " >
21+ < article class ="prose min-w-0 max-w-full "> {{ object.readme_html | safe }}</ article >
2222 </ div >
2323 </ div >
2424 < div >
You can’t perform that action at this time.
0 commit comments