Adjust form preview type icons clickable area

[MAILPOET-2743]
This commit is contained in:
Rostislav Wolny
2020-04-23 17:56:38 +02:00
committed by Veljko V
parent 2711a00f3e
commit a37732cfb1
2 changed files with 5 additions and 4 deletions

View File

@@ -22,7 +22,7 @@
} }
.mailpoet-modal-header { .mailpoet-modal-header {
height: 26px; height: 20px;
margin-bottom: 0; margin-bottom: 0;
.mailpoet-modal-close { .mailpoet-modal-close {

View File

@@ -1,7 +1,7 @@
.mailpoet_browser_preview_toggle { .mailpoet_browser_preview_toggle {
flex: 0 1 auto; flex: 0 1 auto;
height: 30px; height: 34px;
padding-bottom: 10px; padding-bottom: 5px;
text-align: center; text-align: center;
width: 100%; width: 100%;
} }
@@ -14,7 +14,8 @@
.mailpoet_browser_preview_icon { .mailpoet_browser_preview_icon {
display: inline-block; display: inline-block;
height: 24px; height: 24px;
margin: 0 12px; margin: 0 6px;
padding: 5px 10px;
&:focus { &:focus {
box-shadow: none; box-shadow: none;