Fix the preview styling

This commit is contained in:
Narek Zakarian 2022-11-09 18:58:41 +04:00
parent ac420a6d7e
commit 4e905ae6e1

View file

@ -10,10 +10,13 @@
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
position: absolute; float: right;
left: 800px;
margin-top: -400px; margin-top: -400px;
} }
@media (min-width: 1400px) {
margin-right: 13%;
}
} }
.ppcp-message-preview { .ppcp-message-preview {