mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Widget: fix centering for close-svg (#3192)
This commit is contained in:
committed by
GitHub
parent
37f6b7023c
commit
fbca5e3ab1
@@ -708,10 +708,15 @@
|
|||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 4px 0;
|
padding: 4px 0;
|
||||||
display: block;
|
display: inline-block;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pretix-widget-frame-close svg {
|
||||||
|
display: inline-block;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
.pretix-widget-frame-inner iframe {
|
.pretix-widget-frame-inner iframe {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user