diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-05 10:02:12 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-05 13:54:30 +0200 |
commit | 36f772fd8f1fb26cd5fe6f50332e4f44fc2c4e03 (patch) | |
tree | 213f03b866ffa2f14b3fe658263e58c62f3c18f8 /client/src/sass/include | |
parent | 8bb71f2e332726c207318e44b95e784f9740dc40 (diff) | |
download | PeerTube-36f772fd8f1fb26cd5fe6f50332e4f44fc2c4e03.tar.gz PeerTube-36f772fd8f1fb26cd5fe6f50332e4f44fc2c4e03.tar.zst PeerTube-36f772fd8f1fb26cd5fe6f50332e4f44fc2c4e03.zip |
Increase size of username/display name in admin users list
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index a6d1abd6d..61fecb48a 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -833,7 +833,7 @@ | |||
833 | font-size: 90%; | 833 | font-size: 90%; |
834 | color: var(--mainForegroundColor); | 834 | color: var(--mainForegroundColor); |
835 | height: $avatar-height; | 835 | height: $avatar-height; |
836 | line-height: .8rem; | 836 | line-height: .9rem; |
837 | margin: .1rem; | 837 | margin: .1rem; |
838 | max-width: 320px; | 838 | max-width: 320px; |
839 | overflow: hidden; | 839 | overflow: hidden; |
@@ -857,7 +857,7 @@ | |||
857 | } | 857 | } |
858 | 858 | ||
859 | &.two-lines { | 859 | &.two-lines { |
860 | $avatar-height: 1.8rem; | 860 | $avatar-height: 2rem; |
861 | 861 | ||
862 | height: $avatar-height; | 862 | height: $avatar-height; |
863 | 863 | ||
@@ -869,7 +869,6 @@ | |||
869 | div { | 869 | div { |
870 | display: flex; | 870 | display: flex; |
871 | flex-direction: column; | 871 | flex-direction: column; |
872 | font-size: 80%; | ||
873 | height: $avatar-height; | 872 | height: $avatar-height; |
874 | margin-left: .1rem; | 873 | margin-left: .1rem; |
875 | margin-right: .1rem; | 874 | margin-right: .1rem; |