fix: user card ui
This commit is contained in:
parent
5cc137a0ca
commit
29f12dc24c
1 changed files with 4 additions and 5 deletions
|
@ -620,11 +620,10 @@
|
||||||
(text "{{ self::banner(username=user.username, border_radius=\"0px\") }}"))
|
(text "{{ self::banner(username=user.username, border_radius=\"0px\") }}"))
|
||||||
(div
|
(div
|
||||||
("class" "card secondary flex items_center gap_4")
|
("class" "card secondary flex items_center gap_4")
|
||||||
(text "{{ self::avatar(username=user.username, size=\"48px\") }}")
|
(text "{{ self::avatar(username=user.username, size=\"24px\") }}")
|
||||||
(div
|
(b
|
||||||
("class" "flex items_center")
|
("class" "flex items_center gap_2")
|
||||||
(b
|
(text "{{ self::username(user=user) }}")
|
||||||
(text "{{ self::full_username(user=user) }}"))
|
|
||||||
(text "{{ self::online_indicator(user=user) }}"))))
|
(text "{{ self::online_indicator(user=user) }}"))))
|
||||||
(text "{%- endmacro %} {% macro pagination(page=0, items=0, key=\"\", value=\"\") -%}")
|
(text "{%- endmacro %} {% macro pagination(page=0, items=0, key=\"\", value=\"\") -%}")
|
||||||
(div
|
(div
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue