Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ディスプレイが150%時にシーンコレクションの文字列が切れる部分を解消 #36

Merged
merged 1 commit into from Aug 20, 2018
Merged

ディスプレイが150%時にシーンコレクションの文字列が切れる部分を解消 #36

merged 1 commit into from Aug 20, 2018

Conversation

Makoto-Sasahara
Copy link

このpull requestが解決する内容
#17
に対する対応。
ディスプレイ倍率が100%だと問題ないが、150%に変更すると文字のサイズから上部が切れる問題に対応

ディスプレイ表示倍率150%

150

ディスプレイ表示倍率100%

100

動作確認手順
シーンコレクションで表示する文字列を「無題」等の漢字にしてディスプレイ倍率を変更して確認する。

@@ -95,6 +95,7 @@
.studio-controls__label {
color: @text-primary;
margin-bottom: 0;
font-size: 12px;
Copy link
Author

Choose a reason for hiding this comment

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

シーンだけではなく、MixerとSourceに表示される文字サイズも12pxで統一

@@ -36,10 +36,10 @@
display: flex;
text-align: left;
align-items: center;
font-size: 13px;
font-size: 12px;
Copy link
Author

Choose a reason for hiding this comment

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

切れる部分の文字サイズを調整して対応。

.semibold;
letter-spacing: .7px;
color: @text-primary;;
color: @text-primary;
Copy link
Author

Choose a reason for hiding this comment

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

セミコロンが何故か2ついたので対応(csslint等を検討したいところ…)

@koizuka
Copy link
Member

koizuka commented Aug 20, 2018

見出しの文字を小さくしたのね

@Makoto-Sasahara
Copy link
Author

シーンコレクションの部分はソースとミキサーと異なる構造なのでサイズを小さくする事で対応しました

@koizuka koizuka merged commit eda1883 into n-air-app:n-air_development Aug 20, 2018
@koizuka koizuka added this to the v0.1.20180827 beta milestone Aug 27, 2018
koizuka added a commit that referenced this pull request Oct 5, 2023
…e-style

WIP: ソースのレイアウト変更、カスタムキャストの追加
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants