Skip to content

Commit 5d87793

Browse files
committed
Adjust vertical alignment in ZoomRow component
Added a transform to child elements of ZoomRow to shift them up by 3px, improving visual alignment within the row.
1 parent 2088f59 commit 5d87793

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/renderer/views/quickmenu/style.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ export const ZoomRow = styled.div`
148148
align-items: center;
149149
gap: 12px;
150150
151+
& > * {
152+
transform: translateY(-3px);
153+
}
154+
151155
height: 40px;
152156
padding: 0 12px;
153157
width: 100%;

0 commit comments

Comments
 (0)