diff options
author | Chocobozzz <me@florianbigard.com> | 2018-04-26 10:22:48 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-04-26 16:18:01 +0200 |
commit | 7de6afdf542da6968d3f412df9c3318ba19ad229 (patch) | |
tree | 82838f37708185ebb1a7cd2e8e8b5e33850dfe7d /client/src/sass/include | |
parent | 742ccef0b515ca8cc2152d393d7feb9f773f0aae (diff) | |
download | PeerTube-7de6afdf542da6968d3f412df9c3318ba19ad229.tar.gz PeerTube-7de6afdf542da6968d3f412df9c3318ba19ad229.tar.zst PeerTube-7de6afdf542da6968d3f412df9c3318ba19ad229.zip |
Add username near the display name for account pages
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index c43bd9803..675cccfeb 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -344,9 +344,22 @@ | |||
344 | flex-direction: column; | 344 | flex-direction: column; |
345 | justify-content: center; | 345 | justify-content: center; |
346 | 346 | ||
347 | .actor-display-name { | 347 | .actor-names { |
348 | font-size: 23px; | 348 | display: flex; |
349 | font-weight: $font-bold; | 349 | align-items: center; |
350 | |||
351 | .actor-display-name { | ||
352 | font-size: 23px; | ||
353 | font-weight: $font-bold; | ||
354 | } | ||
355 | |||
356 | .actor-name { | ||
357 | margin-left: 7px; | ||
358 | position: relative; | ||
359 | top: 3px; | ||
360 | font-size: 14px; | ||
361 | color: #777272; | ||
362 | } | ||
350 | } | 363 | } |
351 | 364 | ||
352 | .actor-followers { | 365 | .actor-followers { |