noph-ui 0.11.9 → 0.11.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
.np-dialog-container {
|
|
61
61
|
background: transparent;
|
|
62
62
|
border: none;
|
|
63
|
+
margin: auto;
|
|
63
64
|
padding: 9px 14px 20px 14px;
|
|
64
65
|
z-index: 1000;
|
|
65
66
|
padding: 2rem 1rem;
|
|
@@ -81,7 +82,6 @@
|
|
|
81
82
|
scrollbar-width: thin;
|
|
82
83
|
transition: opacity 0.25s ease;
|
|
83
84
|
opacity: 0;
|
|
84
|
-
margin: auto;
|
|
85
85
|
position: relative;
|
|
86
86
|
}
|
|
87
87
|
.np-dialog-container:popover-open .np-dialog {
|