-
Notifications
You must be signed in to change notification settings - Fork 0
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
refactor: 디자인 2차 수정 #165
base: feat/v2
Are you sure you want to change the base?
refactor: 디자인 2차 수정 #165
Changes from 6 commits
9d71c82
63de063
9a4ff6e
4256787
67027bb
90f24d6
5dc0d1f
fd109cc
d00f281
7372294
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,12 @@ export const container = style({ | |
overflowX: 'auto', | ||
}); | ||
|
||
export const wrapper = style({ | ||
height: '100%', | ||
display: 'flex', | ||
flex: '0 0 160px', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. CSS 고수시네요?! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 프론트엔드 시니어와 함께 한 CSS랄까요~~ There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 시니어 여전히 믿음직 하네요 👍 |
||
}); | ||
|
||
export const moreItem = style({ | ||
display: 'flex', | ||
justifyContent: 'center', | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,9 @@ export const container = style({ | |
export const commentForm = style({ | ||
display: 'flex', | ||
gap: 8, | ||
alignItems: 'flex-end', | ||
alignItems: 'center', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 이거 근데 댓글이 길어지면 어떻게 보이나요? 저 이거 작업할 때 꽤나 골머리 앓았던 기억이 있어가지고 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
width: '100%', | ||
padding: '6px 16px 9px 16px', | ||
padding: '6px 16px 6px 16px', | ||
background: vars.colors.background.category, | ||
borderRadius: 20, | ||
}); | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
import { style } from '@vanilla-extract/css'; | ||
|
||
export const listWrapper = style({ | ||
export const container = style({ | ||
display: 'flex', | ||
gap: 10, | ||
alignItems: 'center', | ||
overflowY: 'scroll', | ||
}); | ||
|
||
export const wrapper = style({ | ||
height: '100%', | ||
display: 'flex', | ||
flex: '0 0 160px', | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
..!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵 저도 그렇게 이해함.!