diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-12-19 13:00:08 +0100 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-12-19 13:00:08 +0100 |
commit | 222865584842de9c2bd3f47737e9ccf6aa8eac93 (patch) | |
tree | a4a58bba9c294d0c3ed0ea5c6c54e3bfa0507263 /app/javascript/flavours/glitch | |
parent | add74816a5fd7c46391413a61f06e01f173ea295 (diff) |
[Glitch] Improved appearance of notification filter on safari
Port 2e1b5edfea1b03f64c69266f979caee228fa90b7 to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch')
-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, |