Change default content padding.
This commit is contained in:
parent
96725983ad
commit
49cc0f86a7
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tp/tp-popup",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "",
|
||||
"main": "tp-popup.js",
|
||||
"scripts": {
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user