aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/user_profile')
-rw-r--r--src/components/user_profile/user_profile.vue17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue
index eaa5396d..2ceb13ec 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -5,3 +5,20 @@
</template>
<script src="./user_profile.js"></script>
+
+<style lang="scss">
+ .user-profile {
+ flex: 2;
+ flex-basis: 500px;
+ }
+
+ .user-info {
+ .following-info {
+ display: flex;
+
+ div {
+ flex: 1;
+ }
+ }
+ }
+</style>