diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-08-01 19:17:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-01 19:17:17 +0200 |
commit | 2dee293c4c98486d387105224023fad02b8b0d96 (patch) | |
tree | ea40adfa08da1bf5f478c370f10b17c3024f0f40 /app/javascript/styles | |
parent | 8b9d0a05337b6bcf57b51abf45e21d9474bf2684 (diff) |
Fix scroll to top in single column UI (#11463)
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 b979c9b9a..57b387b0d 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -2411,6 +2411,8 @@ a.account__display-name { } .column-back-button { + box-sizing: border-box; + width: 100%; background: lighten($ui-base-color, 4%); color: $highlight-text-color; cursor: pointer; |