diff --git a/src/pages/channels.js b/src/pages/channels.js
index 5c1cd10..d41292b 100644
--- a/src/pages/channels.js
+++ b/src/pages/channels.js
@@ -1200,7 +1200,7 @@ function renderConfigured(page, state) {
${renderRuntimeAccountInfo(runtimeSummary, acc.accountId || '')}
-
+
`
@@ -1222,7 +1222,7 @@ function renderConfigured(page, state) {
${supportsMulti ? `` : ''}
${reg ? `` : `${t('channels.noGuide')}`}
-
+
`
@@ -1249,7 +1249,7 @@ function renderConfigured(page, state) {
${supportsMulti ? `` : ''}
${reg ? `` : `${t('channels.noGuide')}`}
-
+
`
diff --git a/src/style/pages.css b/src/style/pages.css
index 412aaa7..837570c 100644
--- a/src/style/pages.css
+++ b/src/style/pages.css
@@ -1035,6 +1035,15 @@
gap: var(--space-xs);
flex-wrap: wrap;
}
+.platform-card-actions .btn,
+.account-actions .btn {
+ min-height: 36px;
+ justify-content: center;
+}
+.platform-card-actions .btn-danger,
+.account-actions .btn-danger {
+ min-width: 44px;
+}
.channel-runtime-notice {
display: flex;
@@ -1166,7 +1175,10 @@
padding: var(--space-md);
}
.platform-card-actions .btn {
- min-height: 36px;
+ min-height: 44px;
+ }
+ .account-actions .btn {
+ min-height: 40px;
}
.account-actions {
width: 100%;