diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-03-28 14:51:40 +0100 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-03-28 19:56:03 +0100 |
commit | 60fc04756a31621d7d86fef4dd4b4d7f7351c362 (patch) | |
tree | 4ff5121da8c07ddf281fa91fd698a073b831c9b6 | |
parent | 58da5e93c041e071056ff8a0532b2d9995554f86 (diff) |
Fix padding and centering of display names
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/index.scss | 2 | ||||
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/status.scss | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index b9811f25c..f996bbfc5 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -269,9 +269,7 @@ .display-name { display: block; - padding: 6px 0; max-width: 100%; - height: 36px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss index 9d2757065..b73dd3d09 100644 --- a/app/javascript/flavours/glitch/styles/components/status.scss +++ b/app/javascript/flavours/glitch/styles/components/status.scss @@ -357,6 +357,7 @@ .status__info__account { display: flex; + align-items: center; } .status-check-box { |