diff options
Diffstat (limited to 'core/src/jquery')
-rw-r--r-- | core/src/jquery/css/jquery.ocdialog.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/jquery/css/jquery.ocdialog.scss b/core/src/jquery/css/jquery.ocdialog.scss index b7e762f4cb6..280e9ac5f35 100644 --- a/core/src/jquery/css/jquery.ocdialog.scss +++ b/core/src/jquery/css/jquery.ocdialog.scss @@ -3,7 +3,7 @@ color: var(--color-text-light); border-radius: var(--border-radius-large); box-shadow: 0 0 30px var(--color-box-shadow); - padding: 15px; + padding: 24px; z-index: 10000; font-size: 100%; box-sizing: border-box; |