[Style] dashboard CSS 변경#170
Merged
byeolee1221 merged 3 commits intodevelopfrom Nov 4, 2024
Hidden character warning
The head ref may contain hidden characters: "\uae40\ucda9\uc624"
Merged
Conversation
✅ Deploy Preview for taskify-test-9-4 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
byeolee1221
approved these changes
Nov 4, 2024
Collaborator
byeolee1221
left a comment
There was a problem hiding this comment.
고생하셨습니다. 적용해보니까 기존 스타일을 유지해야 할 곳이 보이는 것 같아서 확인 부탁드립니다.
| {(provided) => ( | ||
| <div | ||
| className="flex h-full w-full flex-col p-4 xl:flex-row xl:space-x-4" | ||
| className="flex h-full w-full flex-col p-4 xl:flex-row xl:px-0" |
Collaborator
There was a problem hiding this comment.
space-x-4 없애면 데스크탑 버전에서 컬럼 좌우 여백이 사라져서 너무 딱 붙게 됩니다.
| {provided.placeholder} | ||
| {columnList.length < 10 && ( | ||
| <div className="my-4 xl:my-0"> | ||
| <div className="my-4 xl:my-0 xl:px-4"> |
Collaborator
There was a problem hiding this comment.
px-4 하나 더 늘어나니까 간격이 너무 띄워지는 것 같아요.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 내용