diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-01-01 12:11:55 -0500 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-01-01 12:11:55 -0500 |
| commit | eac8fe0c337360ecc766b1920a8d868bd8291213 (patch) | |
| tree | 963af0fad040cf01fb5a4e431b08241775aceee8 /src/components/user_profile/user_profile.vue | |
| parent | 0db25bdca0c40a0d3e769b6b503cdadda4962126 (diff) | |
| parent | 8f494b14f0917cabfa584e9a9b3b4521c598c7bb (diff) | |
Merge branch 'feature/follow' into 'develop'
Feature/follow
See merge request !11
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 17 |
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> |
