Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit 96da482

Browse files
committed
fix: Use correct dimensions on flagship buttons
48x48 container, 32x32 img, marginLeft 4px Aligned center on X and Y axis
1 parent 9f7226d commit 96da482

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/styles/apps.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@
5353
[role=banner] .coz-nav-apps-btns-home.--is-flagship {
5454
align-items: center;
5555
display: flex;
56+
flex-shrink: 0;
5657
height: 100%;
57-
margin: 0;
58-
padding: 0 1rem;
58+
justify-content: center;
59+
margin-right: .25rem;
60+
width: 3rem;
5961
}
6062

6163

0 commit comments

Comments
 (0)