FIX - lower VaultX activity filter content

Move each centered activity icon-label group downward to correct the visible vertical alignment at the scaled phone size. Keep the three filters on the same baseline and cover the final optical offset in the contract test.
This commit is contained in:
smx.pusha
2026-08-18 13:25:57 +02:00
parent 485df28b46
commit a36d0ab28d
2 changed files with 2 additions and 2 deletions
@@ -216,7 +216,7 @@ describe('VaultX crypto app contracts', () => {
expect(source.match(/class="activity-filter-content"/g)).toHaveLength(3)
expect(source).toContain('<WalletCards :size="15" />')
expect(source).not.toContain('inset-inline-start: 10px;')
expect(source).toContain('transform: translateY(-1px);')
expect(source).toContain('transform: translateY(1px);')
})
it('exposes a broad fictional market with dedicated logo marks', () => {
+1 -1
View File
@@ -3590,7 +3590,7 @@ onUnmounted(() => {
min-height: 15px;
line-height: 1;
white-space: nowrap;
transform: translateY(-1px);
transform: translateY(1px);
}
.activity-filters :deep(.activity-filter-content svg) {
display: block;