From 4985f3084e00ba03ca0a01cf77ea9ec2b4d1f266 Mon Sep 17 00:00:00 2001 From: Seraph91P Date: Tue, 13 Aug 2024 11:29:36 +0200 Subject: [PATCH] feat(user): changed tags to be more responisve and made room for the action buttons --- src/views/UserView.vue | 98 +++++++++++++++++++----------------------- 1 file changed, 44 insertions(+), 54 deletions(-) diff --git a/src/views/UserView.vue b/src/views/UserView.vue index a03ed0a..2df393b 100644 --- a/src/views/UserView.vue +++ b/src/views/UserView.vue @@ -130,71 +130,60 @@ export default { />
-
-
- - - {{ $t('main.live') }} -
- -
-
-

{{ data.username }}

- - - - - - +
+
+
+
+ + {{ $t('main.live') }} +
+
+
+

{{ data.username }}

+ + + + + + +
+
+

+ {{ truncate(data.stream.title, 130) }} +

+
+
-
-

- {{ truncate(data.stream.title, 130) }} +

+
+
+

+ OFFLINE

+
+
    +
  • + {{ tag }} +
  • +
+
- -
-
-

- OFFLINE -

-
-
-
    -
  • - {{ tag }} -
  • -
-
-
- -
+

{{ abbreviate(data.followers) }} {{ $t('main.followers') }}

-
+