Widget: Add hidden location in detail view

This commit is contained in:
Raphael Michel
2023-04-05 11:22:40 +02:00
parent 43a05e1cb3
commit ecb2865cb8
3 changed files with 12 additions and 0 deletions

View File

@@ -394,6 +394,11 @@
padding-top: 10px;
text-align: center;
}
.pretix-widget-event-location {
display: none;
padding-top: 10px;
text-align: center;
}
.pretix-widget-event-description {
padding: 0 15px;
}