Change default content padding.
This commit is contained in:
@ -42,7 +42,7 @@ class TpPopup extends EventHelpers(Position(DomQuery(LitElement))) {
|
||||
}
|
||||
|
||||
#content .content-wrap {
|
||||
padding: var(--tp-popup-content-padding, 10px);
|
||||
padding: var(--tp-popup-content-padding, 0px);
|
||||
}
|
||||
|
||||
@media all and (min-width: 0) and (max-width: 480px) {
|
||||
|
Reference in New Issue
Block a user