Skip to content

Commit

Permalink
Merge pull request #1233 from skybaks/bugfix/fix-list-template
Browse files Browse the repository at this point in the history
Fix background of list template when no provide_search
  • Loading branch information
TheMaximum committed Aug 23, 2023
2 parents e3533b9 + 07a4397 commit a6f91b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyplanet/views/templates/generics/list.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<frame pos="0 17" z-index="150">
{% if provide_search %}
{% if provide_search or (buttons is defined and (buttons | length > 0)) %}
<quad pos="0 62.5" size="220 137" z-index="-50" halign="center" valign="top" style="Bgs1InRace" substyle="BgCardList"/>
{% else %}
<quad pos="0 62.5" size="220 127" z-index="-50" halign="center" valign="top" style="Bgs1InRace" substyle="BgCardList"/>
Expand Down

0 comments on commit a6f91b6

Please sign in to comment.