diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-18 13:27:51 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-18 13:28:29 +0100 |
commit | 5dfb7c1dec8222b0bbccac5b56ad46da1438747e (patch) | |
tree | 9a344b2074dd106ba314db6a1d012eedfd4cc949 /client/src/app/app.component.scss | |
parent | 9f0327aeb39c307ce7da28dda57cc526c928ca62 (diff) | |
download | PeerTube-5dfb7c1dec8222b0bbccac5b56ad46da1438747e.tar.gz PeerTube-5dfb7c1dec8222b0bbccac5b56ad46da1438747e.tar.zst PeerTube-5dfb7c1dec8222b0bbccac5b56ad46da1438747e.zip |
Add commentor name alongside fid for video comments
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index c95b21ca3..51a7a3dd1 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -25,7 +25,6 @@ | |||
25 | height: $header-height; | 25 | height: $header-height; |
26 | display: flex; | 26 | display: flex; |
27 | align-items: center; | 27 | align-items: center; |
28 | flex: 1; | ||
29 | min-width: 0; | 28 | min-width: 0; |
30 | 29 | ||
31 | .icon { | 30 | .icon { |
@@ -81,6 +80,7 @@ | |||
81 | align-items: center; | 80 | align-items: center; |
82 | justify-content: flex-end; | 81 | justify-content: flex-end; |
83 | white-space: nowrap; | 82 | white-space: nowrap; |
83 | flex: 1; | ||
84 | } | 84 | } |
85 | } | 85 | } |
86 | 86 | ||