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

Fix Tooltip padding #1263

Merged
merged 2 commits into from
Dec 24, 2020
Merged

Fix Tooltip padding #1263

merged 2 commits into from
Dec 24, 2020

Conversation

ewgenius
Copy link
Contributor

@ewgenius ewgenius commented Dec 22, 2020

resolves #1261

Before

Снимок экрана 2020-12-22 в 13 21 57

After

image

@ewgenius ewgenius requested a review from a team as a code owner December 22, 2020 10:27
@github-actions
Copy link
Contributor

👀 Styleguide deployed

See the styleguide for this PR at https://vkcom.github.io/VKUI/pull/1263/

@@ -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;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А с дробными пикселями всё ок будет?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

хм, и правда, дробные округляются игнорируются

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

исправил

@github-actions
Copy link
Contributor

github-actions bot commented Dec 22, 2020

Messages
📖 Code coverage: 236 / 3275 lines (7.21%), 240 / 3344 statements (7.18%), 50 / 774 functions (6.46%), 124 / 2451 branches (5.06%)

Generated by 🚫 dangerJS against 909c9cb

@github-actions
Copy link
Contributor

github-actions bot commented Dec 22, 2020

size-limit report 📦

Path Size
JS 43.36 KB (0%)
JS, unstable 5.91 KB (0%)
CSS 26.07 KB (+0.02% 🔺)
CSS, unstable 461 B (0%)

@wayshev
Copy link

wayshev commented Dec 22, 2020

Design Review: OK

@ewgenius ewgenius force-pushed the fix/tooltip-paddings branch from 99debe2 to 909c9cb Compare December 22, 2020 11:35
@ewgenius ewgenius merged commit c5efc63 into master Dec 24, 2020
@ewgenius ewgenius deleted the fix/tooltip-paddings branch December 24, 2020 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Неправильные внутренние отступы у компонента Tooltip
3 participants