fix: ui text spacing
This commit is contained in:
parent
7bda718082
commit
88afb3ec37
3 changed files with 6 additions and 6 deletions
|
@ -978,7 +978,7 @@
|
||||||
(text "{{ icon \"music\" }}")
|
(text "{{ icon \"music\" }}")
|
||||||
(span
|
(span
|
||||||
(b
|
(b
|
||||||
(text "Listening to"))
|
(text "Listening to "))
|
||||||
(text "{{ other_user.connections.LastFm[1].data.artist }}")))
|
(text "{{ other_user.connections.LastFm[1].data.artist }}")))
|
||||||
|
|
||||||
(text "{% elif other_user.connections.Spotify[0].data.name and other_user.connections.Spotify[1].data and other_user.connections.Spotify[1].data.track %}")
|
(text "{% elif other_user.connections.Spotify[0].data.name and other_user.connections.Spotify[1].data and other_user.connections.Spotify[1].data.track %}")
|
||||||
|
@ -987,7 +987,7 @@
|
||||||
(text "{{ icon \"music\" }}")
|
(text "{{ icon \"music\" }}")
|
||||||
(span
|
(span
|
||||||
(b
|
(b
|
||||||
(text "Listening to"))
|
(text "Listening to "))
|
||||||
(text "{{ other_user.connections.Spotify[1].data.artist }}")))
|
(text "{{ other_user.connections.Spotify[1].data.artist }}")))
|
||||||
|
|
||||||
(text "{%- endif %} {%- endmacro %} {% macro user_plate(user, show_menu=false, show_kick=false, secondary=false) -%}")
|
(text "{%- endif %} {%- endmacro %} {% macro user_plate(user, show_menu=false, show_kick=false, secondary=false) -%}")
|
||||||
|
|
|
@ -17,17 +17,17 @@
|
||||||
(ul
|
(ul
|
||||||
(li
|
(li
|
||||||
(b
|
(b
|
||||||
(text "Active user streams:"))
|
(text "Active user streams: "))
|
||||||
(span
|
(span
|
||||||
(text "{{ active_users }}")))
|
(text "{{ active_users }}")))
|
||||||
(li
|
(li
|
||||||
(b
|
(b
|
||||||
(text "Active chat subscriptions:"))
|
(text "Active chat subscriptions: "))
|
||||||
(span
|
(span
|
||||||
(text "{{ active_users_chats }}")))
|
(text "{{ active_users_chats }}")))
|
||||||
(li
|
(li
|
||||||
(b
|
(b
|
||||||
(text "Socket tasks:"))
|
(text "Socket tasks: "))
|
||||||
(span
|
(span
|
||||||
(text "{{ (active_users_chats + active_users) * 3 }}")))))))
|
(text "{{ (active_users_chats + active_users) * 3 }}")))))))
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
(span
|
(span
|
||||||
(text "{{ text \"auth:label.outbox\" }}"))))
|
(text "{{ text \"auth:label.outbox\" }}"))))
|
||||||
(div
|
(div
|
||||||
("class" "card tertiary flex flex-col gap-4")
|
("class" "card flex flex-col gap-4")
|
||||||
(text "{% for question in questions %}")
|
(text "{% for question in questions %}")
|
||||||
(div
|
(div
|
||||||
("class" "card-nest")
|
("class" "card-nest")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue