-
Notifications
You must be signed in to change notification settings - Fork 184
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 Tooltip padding #1263
Fix Tooltip padding #1263
Conversation
👀 Styleguide deployedSee the styleguide for this PR at https://vkcom.github.io/VKUI/pull/1263/ |
src/components/Tooltip/Tooltip.css
Outdated
@@ -34,7 +34,7 @@ | |||
.Tooltip__content { | |||
background-color: #47a3ff; | |||
box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .16), 0 0 4px 0 rgba(0, 0, 0, .04); | |||
padding: 6px 16px; | |||
padding: 8.5px 12px 9.5px; |
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.
хм, и правда, дробные округляются игнорируются
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.
исправил
size-limit report 📦
|
Design Review: OK |
99debe2
to
909c9cb
Compare
resolves #1261
Before
After