Fix styles of browser preview modal

[MAILPOET-2777]
This commit is contained in:
Jan Jakeš
2020-06-01 15:56:51 +02:00
committed by Veljko V
parent 9d13c2b49f
commit 954de9584e
2 changed files with 2 additions and 16 deletions

View File

@@ -9,20 +9,6 @@
} }
.mailpoet_form_preview_modal { .mailpoet_form_preview_modal {
border-radius: 0;
margin: 0;
min-height: 100%;
min-width: 100%;
.mailpoet-modal-header {
height: 20px;
margin-bottom: 0;
.mailpoet-modal-close {
top: 10px;
}
}
.mailpoet-modal-content { .mailpoet-modal-content {
align-items: stretch; align-items: stretch;
display: flex; display: flex;
@@ -82,7 +68,7 @@
height: 100%; height: 100%;
.mailpoet_preview_sidebar { .mailpoet_preview_sidebar {
padding: 35px 20px 10px 0; padding: 42px 20px 10px 0;
width: 300px; width: 300px;
> .components-base-control, > .components-base-control,

View File

@@ -1,7 +1,7 @@
.mailpoet_browser_preview_toggle { .mailpoet_browser_preview_toggle {
flex: 0 1 auto; flex: 0 1 auto;
height: 34px; height: 34px;
padding-bottom: 5px; padding-bottom: $grid-gap / 2;
text-align: center; text-align: center;
width: 100%; width: 100%;
} }