diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index f4599762..1bfe3179 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -5,4 +5,5 @@ Contributors of this project. - wakarimasen (wakarimasen@shitposter.club): NSFW hiding image - dtluna (dtluna@social.heldscal.la): Code - sonyam (sonyam@social.heldscal.la): Default background image -- hakui (hakui@freezepeach.xyz): CSS and styling \ No newline at end of file +- hakui (hakui@freezepeach.xyz): CSS and styling +- shpuld (shpuld@shitposter.club): CSS and styling \ No newline at end of file diff --git a/README.md b/README.md index ee1e5ef1..d448571f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ > A Qvitter-style frontend for certain GS servers. +![screenshot](http://i.imgur.com/3q30Zxt.jpg) + # FOR ADMINS You don't need to build Pleroma yourself. Check out https://gitgud.io/lambadalambda/pleroma-fe/wikis/dual-boot-with-qvitter to see how to run Pleroma and Qvitter at the same time. diff --git a/src/components/user_card_content/user_card_content.vue b/src/components/user_card_content/user_card_content.vue index 2c32406b..0ee1d86f 100644 --- a/src/components/user_card_content/user_card_content.vue +++ b/src/components/user_card_content/user_card_content.vue @@ -3,30 +3,34 @@
-
Muted
-
- -
{{user.name}}
@{{user.screen_name}}
-
-
+
+
Follows you!
-
+ +
+ + + + + + +
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index 962318e4..08221ac8 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -13,17 +13,35 @@ } .user-info { - .following-info { + .user-interactions { display: flex; + flex-flow: row wrap; div { flex: 1; } - margin-top: 1em; + margin-top: 0.5em; margin-bottom: -1.2em; - } - .muteinfo{ - margin: 0.5em 0; + + .following { + font-size: 14px; + flex: 0 0 100%; + margin-bottom: 0.5em; + } + + .mute { + margin-right: 4em; + } + + .follow { + margin-left: 4em; + } + + button { + width: 80%; + height: 100%; + border: 1px solid; + } } .user-screen-name { margin-top: 0.4em;