-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix: removing extra divs, fixing styling on 2 tabs, everything in quill #127
fix: removing extra divs, fixing styling on 2 tabs, everything in quill #127
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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 are few code files that belongs to different PR once its approved and merge. Will review again.
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.
Is it only UI changes or logics changes as well ?
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.
Mostly UI
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.
Same as here.
button { | ||
margin-inline: 8px; | ||
} | ||
gap: rem(0.8); | ||
} | ||
|
||
.mblk { |
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.
can you create root values and also create this style into global file to reuse this spacing on other pages/components if needed. Also use rem
to all places as some have value in pixels and some have rem
58a5de7
into
deriv-com:feature/new-dashboard--1
No description provided.