fix: ui text spacing

This commit is contained in:
trisua 2025-06-01 20:24:05 -04:00
parent 7bda718082
commit 88afb3ec37
3 changed files with 6 additions and 6 deletions

View file

@ -978,7 +978,7 @@
(text "{{ icon \"music\" }}")
(span
(b
(text "Listening to"))
(text "Listening to "))
(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 %}")
@ -987,7 +987,7 @@
(text "{{ icon \"music\" }}")
(span
(b
(text "Listening to"))
(text "Listening to "))
(text "{{ other_user.connections.Spotify[1].data.artist }}")))
(text "{%- endif %} {%- endmacro %} {% macro user_plate(user, show_menu=false, show_kick=false, secondary=false) -%}")