Change default content padding.

This commit is contained in:
Peter Kaske 2022-03-23 22:26:09 +01:00
parent 96725983ad
commit 49cc0f86a7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@tp/tp-popup",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "tp-popup.js",
"scripts": {

View File

@ -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) {