Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

figmaからもにょもにょっと実装 #229

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

figmaからもにょもにょっと実装 #229

wants to merge 1 commit into from

Conversation

uz4ki
Copy link
Contributor

@uz4ki uz4ki commented Aug 20, 2023

@uz4ki uz4ki requested a review from mehm8128 August 20, 2023 08:30
Copy link
Contributor

@mehm8128 mehm8128 left a comment

Choose a reason for hiding this comment

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

いくつか気になったところ書きましたー

Copy link
Contributor

Choose a reason for hiding this comment

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

must
border-radiusが違うのとか気になるので、BaseDateInputもいじってほしいです:pray:
image

padding: 0.375rem 1rem;
height: 2.25rem;
min-width: 4rem;
font-size: 1rem;
Copy link
Contributor

Choose a reason for hiding this comment

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

nits
font-sizeはデフォルトで1remなので書かなくてもよさそうです

border-radius: 0.375rem;
padding: 0.375rem 1rem;
height: 2.25rem;
min-width: 4rem;
Copy link
Contributor

Choose a reason for hiding this comment

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

must
image
min-widthいじった影響で中身ずれちゃってそうです
justify-content: center入れると解決しそう

display: flex;
padding: 0.375rem 0.625rem;
align-items: center;
flex: 1 0 0;
Copy link
Contributor

Choose a reason for hiding this comment

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

ask
これ入れたことでユーザー名と説明文のinputが同じ長さになってそう(元は説明文の方が長かった)だけど、これは意図した変更ですか?
image

Copy link
Contributor

Choose a reason for hiding this comment

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

should
image
ここplaceholderが表示しきれてない(多分変更前もそうだった)からコンポーネント使う側でwidth指定するのがよさそう

height: 2.5rem;
font-size: 0.875rem;
font-size: 1.25rem;
border: 1px solid $color-secondary;
Copy link
Contributor

Choose a reason for hiding this comment

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

ask
image
コメントパネルの方にはborderつけないようにみたいなこと言ってなかったっけ、このままでOK?
OKならFigmaの方直しておいてほしいです

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants