mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-08-28 17:01:18 +00:00
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:
@@ -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', () => {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user