diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-10-25 18:47:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 18:47:21 +0200 |
commit | fcca781aae609067bc9e43ad4a466ef6d2074bbb (patch) | |
tree | d912cf39f8d0c48ba733b6d456d53c88c0219f61 /app/javascript/styles | |
parent | 9757c917da1753a706c4cd9e191e77059620b022 (diff) |
Change design of translations in web UI (#19453)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index f6b34b5f3..15351d850 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -24,7 +24,7 @@ display: block; font-size: 15px; line-height: 20px; - color: $ui-highlight-color; + color: $highlight-text-color; border: 0; background: transparent; padding: 0; @@ -969,15 +969,13 @@ } } -.status__content__edited-label { - display: block; - cursor: default; +.translate-button { + margin-top: 16px; font-size: 15px; line-height: 20px; - padding: 0; - padding-top: 8px; + display: flex; + justify-content: space-between; color: $dark-text-color; - font-weight: 500; } .status__content__spoiler-link { |