Widget: fix centering for close-svg (#3192)

This commit is contained in:
Richard Schreiber
2023-03-29 11:04:36 +02:00
committed by GitHub
parent 37f6b7023c
commit fbca5e3ab1

View File

@@ -708,10 +708,15 @@
font-family: sans-serif;
text-decoration: none;
padding: 4px 0;
display: block;
display: inline-block;
line-height: 16px;
}
.pretix-widget-frame-close svg {
display: inline-block;
border: none;
}
.pretix-widget-frame-inner iframe {
width: 100% !important;
height: 100% !important;