summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/app/desktop/views/pages/user/user.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/pages/user/user.vue b/src/client/app/desktop/views/pages/user/user.vue
index c8a04c6b04..5cea4b99e5 100644
--- a/src/client/app/desktop/views/pages/user/user.vue
+++ b/src/client/app/desktop/views/pages/user/user.vue
@@ -105,7 +105,6 @@ root(isDark)
> main
display flex
justify-content center
- width 673px
> .main
> .side
@@ -114,6 +113,7 @@ root(isDark)
> .main
flex 1
+ min-width 0 // SEE: http://kudakurage.hatenadiary.com/entry/2016/04/01/232722
margin-right 16px
> .timeline
@@ -122,6 +122,7 @@ root(isDark)
> .side
width 275px
+ flex-shrink 0
> p
display block