Change default content padding.
This commit is contained in:
parent
96725983ad
commit
49cc0f86a7
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tp/tp-popup",
|
"name": "@tp/tp-popup",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "tp-popup.js",
|
"main": "tp-popup.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -42,7 +42,7 @@ class TpPopup extends EventHelpers(Position(DomQuery(LitElement))) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#content .content-wrap {
|
#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) {
|
@media all and (min-width: 0) and (max-width: 480px) {
|
||||||
|
Loading…
Reference in New Issue
Block a user