-
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
Feature/library card #27
Conversation
…w visible change in library
scroll by changhing overflow to auto
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.
looks good! but you will need to rebase
scroll by changhing overflow to auto
…p into feature/libraryCard
Visit the preview URL for this PR (updated for commit f8d8be9): https://dmkit-e7e99--pr27-feature-librarycard-hob7ydcq.web.app (expires Mon, 09 Oct 2023 23:45:16 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 310a7f1d940a0f8f9346804f5fc60f8ba2a4f18d |
This PR makes changes to match new figma designs. Several color, size and other changes to the LibraryCard.
Roboto font has been added to the project. This adds ands imports Roboto-regular as "Roboto". The font is applied. Other weights of Roboto are also added but not imported as of yet.
Title from Card has been added to LibraryCard, replacing the older functionality. I added a dramatic Z-Index to the action dropdowns of Title which allows the popups dropdowns to be visible over the LibrarySearch component.
I've replaced the LibraryCard Border with an additional div wrapping the content within. This wrapper has a box-shadow that emulates the border. This shadow border has the ability to change thickness without altering the size of the entire element, stopping the forced shifting of content during the change. IT also solved the visible gap between rounded border and content corners.