From 7de6afdf542da6968d3f412df9c3318ba19ad229 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 26 Apr 2018 10:22:48 +0200 Subject: Add username near the display name for account pages --- client/src/sass/include/_mixins.scss | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'client/src/sass/include/_mixins.scss') 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 @@ flex-direction: column; justify-content: center; - .actor-display-name { - font-size: 23px; - font-weight: $font-bold; + .actor-names { + display: flex; + align-items: center; + + .actor-display-name { + font-size: 23px; + font-weight: $font-bold; + } + + .actor-name { + margin-left: 7px; + position: relative; + top: 3px; + font-size: 14px; + color: #777272; + } } .actor-followers { -- cgit v1.2.3