diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-12-19 12:58:49 +0100 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-12-19 12:58:49 +0100 |
commit | add74816a5fd7c46391413a61f06e01f173ea295 (patch) | |
tree | a1f23bd6e496495ea69c1b831359f7770b7e9354 /app/javascript/styles | |
parent | 655da1be2029cecedcaf86479938d7805e72107d (diff) | |
parent | af56efdec56230eddab711edd33a7e33694f2b34 (diff) |
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 61e330a26..eaf25e787 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -4806,10 +4806,12 @@ a.status-card.compact:hover { 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, |