add: require that users keep supporter status for profilestyle products
This commit is contained in:
parent
59378a4447
commit
bcee3f7763
2 changed files with 15 additions and 7 deletions
|
@ -624,9 +624,8 @@
|
|||
(div
|
||||
("class" "flex items_center")
|
||||
(b
|
||||
(text "{{ self::full_username(user=user, max_width=\"calc(100% - 42px - var(--pad-4))\") }}"))
|
||||
(text "{{ self::full_username(user=user) }}"))
|
||||
(text "{{ self::online_indicator(user=user) }}"))))
|
||||
|
||||
(text "{%- endmacro %} {% macro pagination(page=0, items=0, key=\"\", value=\"\") -%}")
|
||||
(div
|
||||
("class" "flex justify_between gap_2 w_full")
|
||||
|
@ -1359,7 +1358,7 @@
|
|||
(text "{{ self::avatar(username=user.username, size=\"42px\", selector_type=\"username\") }}"))
|
||||
(div
|
||||
("class" "flex justify_center flex_col")
|
||||
("style" "{% if show_menu or show_kick -%}width: 60%{% else %}max-width: 150px{%- endif %}")
|
||||
("style" "{% if show_menu or show_kick -%}width: 60%{% else %}max-width: calc(100% - 42px - var(--pad-4)){%- endif %}")
|
||||
(text "{{ self::full_username(user=user) }}")
|
||||
(div
|
||||
("class" "user_status")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue