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

画面の下余白消して、全部統一する #106

Open
shinyamamoto0422 opened this issue Feb 17, 2022 · 0 comments
Open

画面の下余白消して、全部統一する #106

shinyamamoto0422 opened this issue Feb 17, 2022 · 0 comments
Assignees
Labels

Comments

@shinyamamoto0422
Copy link
Owner

<div class="h-full w-full flex-grow-1"> <div class=""> <TopBarText title={"Goal"}/> <TopBarBorder/> </div> <div class="h-full relative"> <div class="bg-gray1 rounded-lg w-3/4 h-3/4 top-1/2 left-1/2 absolute -translate-x-1/2 -translate-y-1/2"> <p class="text-black1 text-base font-semibold">一連の流れ</p> <img src={BookPoint} alt="BookPoint" /> <img src={Leaf} alt="Leaf" /> {/* <img src={Note} alt="Note" /> */} <img src={Women} alt="Women" /> <Link to="/goal/setting-start"> <ButtonPurple4 content={"戻る"} /> </Link> <Link to="/goal/step1-5"> <ButtonPurple4 content={"次へ"} /> </Link> </div> </div> </div>
このh-fullの中にh-fullがあったりするので、そのせいで下に余白ができている。
前のissueで直そうとしたが、Goalの白ブロックの大きさを全体の縦の75%にしてたので、それを考慮せずいじるとバラバラになってしまうので、このissueで直すことにする。

@shinyamamoto0422 shinyamamoto0422 self-assigned this Feb 17, 2022
@OAkimasa OAkimasa assigned OAkimasa and unassigned OAkimasa Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants