aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHinaloe <hina@hinaloe.net>2018-12-19 06:28:09 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-12-18 22:28:09 +0100
commit2e1b5edfea1b03f64c69266f979caee228fa90b7 (patch)
tree26c66b7fafa3c30d22cfa4685b65d877c50ae1f5
parente70e496e290da56382a228c2a1ea08ce57638da5 (diff)
downloadmastodon-2e1b5edfea1b03f64c69266f979caee228fa90b7.tar
mastodon-2e1b5edfea1b03f64c69266f979caee228fa90b7.tar.gz
mastodon-2e1b5edfea1b03f64c69266f979caee228fa90b7.tar.bz2
mastodon-2e1b5edfea1b03f64c69266f979caee228fa90b7.zip
improved appearance of notification filter on safari (#9564)
-rw-r--r--app/javascript/styles/mastodon/components.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 40a1e3fae..0f94d8a32 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,