Skip to content

Fix design of topics navigation#1055

Merged
keillera merged 1 commit intoAlisProject:masterfrom
y-temp4:fix-topic-margin-and-padding
Dec 11, 2020
Merged

Fix design of topics navigation#1055
keillera merged 1 commit intoAlisProject:masterfrom
y-temp4:fix-topic-margin-and-padding

Conversation

@y-temp4
Copy link
Contributor

@y-temp4 y-temp4 commented Oct 27, 2020

概要

トピックの選択時とスクロールの最後の部分で、微妙に枠線が細くなっている箇所を修正しました 🙌

Before

スクリーンショット 2020-10-27 10 59 04
スクリーンショット 2020-10-27 10 59 16

After

スクリーンショット 2020-10-27 11 05 06
スクリーンショット 2020-10-27 11 05 19

SSM・環境変数

  • SSM に変更を加えたか否か
    • NO
  • 環境変数に変更を加えたか否か(注:原則として SSM を使用し、環境変数は使用しない)
    • NO

影響範囲(システム)

トピックの表示箇所

技術的変更点概要

CSS の margin のスクロール時のスペースの挙動を修正しました。

テスト結果とテスト項目

以下の環境で表示を確認しています。

  • macOS Chrome
  • macOS Safari
  • iPhone11 Safari

レビュワーに依頼したいこと

  • 表示が崩れていないことを確認していただきたいです

その他

  • CI まわせないのはすみません😇

Comment on lines +256 to +263
&:after {
position: absolute;
top: 0;
left: 100%;
width: 3px;
height: 1px;
content: '';
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@keillera
Copy link
Member

ご対応ありがとうございます!
LGTM です!

@keillera keillera merged commit e352200 into AlisProject:master Dec 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants