diff --git a/app/assets/stylesheets/desktop/login.scss b/app/assets/stylesheets/desktop/login.scss index 0965f2f68c..f690c2e606 100644 --- a/app/assets/stylesheets/desktop/login.scss +++ b/app/assets/stylesheets/desktop/login.scss @@ -4,6 +4,9 @@ button { margin: 0 5px 5px 0; min-width: 180px; + &:lang(zh_CN) { + min-width: 200px; + } } margin-top: 10px; margin-bottom: 20px; diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index c1539bd278..4f3e940b3e 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -145,6 +145,9 @@ } .activity { width: 60px; + &:lang(zh_CN) { + width: 70px; + } span { cursor: pointer; }