diff --git a/theme/assets/blocks/src/wpcloud-form-input.css b/theme/assets/blocks/src/wpcloud-form-input.css index 88ff2ab6..74b29571 100644 --- a/theme/assets/blocks/src/wpcloud-form-input.css +++ b/theme/assets/blocks/src/wpcloud-form-input.css @@ -24,8 +24,7 @@ .wpcloud-block-form-input__label { display: flex; flex-direction: column; - gap: 1rem; - margin-bottom: 0.5em; + gap: 0.25rem 1rem; color: var(--wp--preset--color--foreground-secondary); &.is-label-inline { diff --git a/theme/assets/blocks/src/wpcloud-form.css b/theme/assets/blocks/src/wpcloud-form.css index 52be4f7c..c94bce03 100644 --- a/theme/assets/blocks/src/wpcloud-form.css +++ b/theme/assets/blocks/src/wpcloud-form.css @@ -29,4 +29,8 @@ border-top: 1px solid var(--wp--preset--color--border-primary); } + .wpcloud-block-form--input:not(.wpcloud-block-form--input--toggle) + .wpcloud-block-form--input:not(.wpcloud-block-form--input--toggle) { + margin-top: 1rem; + } + } \ No newline at end of file diff --git a/theme/assets/blocks/src/wpcloud-site-alias-list.css b/theme/assets/blocks/src/wpcloud-site-alias-list.css index 63345055..8ecc3915 100644 --- a/theme/assets/blocks/src/wpcloud-site-alias-list.css +++ b/theme/assets/blocks/src/wpcloud-site-alias-list.css @@ -14,7 +14,6 @@ .wpcloud-more-menu__nav { width: 186px; padding: 16px 24px 8px 24px; - border-radius: 10px; .wpcloud-block-form { gap: 16px; } diff --git a/theme/templates/archive-wpcloud_site.html b/theme/templates/archive-wpcloud_site.html index 4f3c8fea..2e7bad38 100644 --- a/theme/templates/archive-wpcloud_site.html +++ b/theme/templates/archive-wpcloud_site.html @@ -39,7 +39,7 @@
facilitates protection of site assets. May be set to "wp_uploads" to block logged-out requests for WP uploads. If set, an AT_PRIVACY_MODEL constant will be defined in the PHP environment. Use the "site-wordpress-version" endpoint to set "wp_version".
may be used to either limit allowed concurrent PHP connections or to increase the default number of concurrent connections a site can use if the web server has spare PHP connections capacity. Clients may set any value for a site between 2 and 10; the platform has more leeway if needed.
Sets the PHP file system permissions. May be set to `Read/Write`, `Read Only`, or `Logged in` for read only unless logged into WordPress.
Suspends a site after a specified time. The value is a unix Timestamp.
Sets the space quota for a site. Values are integers in gigabytes.