diff --git a/tests/wallets/index.html b/tests/wallets/index.html index c0c4b2c53..97ec16cc9 100644 --- a/tests/wallets/index.html +++ b/tests/wallets/index.html @@ -616,7 +616,7 @@ .test-mock-item-top-row { display: grid; gap: 12px; - grid-template-columns: minmax(0, 1fr) auto; + grid-template-columns: minmax(0, 1fr) auto auto; align-items: end; } @@ -639,6 +639,17 @@ align-content: start; } + .test-mock-item-column + .test-mock-item-column { + padding-left: 16px; + border-left: 1px solid rgba(25, 54, 61, 0.12); + } + + .test-mock-item-toolbar { + display: flex; + justify-content: flex-end; + margin-bottom: 12px; + } + .test-mock-item-json { min-height: 160px; } @@ -1215,13 +1226,19 @@ .mock-source-grid, .test-detail-grid, .test-mock-item-grid, - .test-mock-item-top-row, .test-mock-item-columns, .settings-row-grid, .settings-table-grid { grid-template-columns: 1fr; } + .test-mock-item-column + .test-mock-item-column { + padding-left: 0; + border-left: 0; + padding-top: 12px; + border-top: 1px solid rgba(25, 54, 61, 0.12); + } + .picker-action-row, .test-mock-binding-header { flex-direction: column; @@ -1562,18 +1579,6 @@ :key="`${mockSet.path}-binding-${activeTestMockBindingName(mockSet)}-item-${itemIndex}`" class="test-mock-item-card" > -
-
-

{{ testMockItemTitle(item, itemIndex) }}

-
- -
-