diff options
author | ThibG <thib@sitedethib.com> | 2018-12-19 16:19:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-19 16:19:00 +0100 |
commit | aae088aaf0d5de542d917d11b7b2e86047645dd7 (patch) | |
tree | a4a58bba9c294d0c3ed0ea5c6c54e3bfa0507263 /app/javascript/flavours | |
parent | 655da1be2029cecedcaf86479938d7805e72107d (diff) | |
parent | 222865584842de9c2bd3f47737e9ccf6aa8eac93 (diff) |
Merge pull request #865 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/javascript/flavours')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/accounts.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/accounts.scss b/app/javascript/flavours/glitch/styles/components/accounts.scss index 5f465259f..2b4ba8592 100644 --- a/app/javascript/flavours/glitch/styles/components/accounts.scss +++ b/app/javascript/flavours/glitch/styles/components/accounts.scss @@ -451,10 +451,12 @@ border-bottom: 1px solid lighten($ui-base-color, 8%); cursor: default; display: flex; + flex-shrink: 0; button { background: darken($ui-base-color, 4%); border: 0; + margin: 0; } button, |