Skip to content

Commit 1793d4f

Browse files
Refined Cabinet UI: Perfected right-side Iron Vertical alignment for icons and toggles
1 parent 850ed11 commit 1793d4f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

web/src/pages/Cabinet/Cabinet.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
display: flex;
267267
justify-content: space-between;
268268
align-items: center;
269-
padding: 12px; /* Unified 12px padding */
269+
padding: 12px 16px; /* Unified 16px side padding for 'Iron Vertical' */
270270
cursor: pointer;
271271
position: relative;
272272
min-height: 52px;
@@ -386,6 +386,7 @@
386386
background: transparent !important;
387387
border: none !important;
388388
transform: translateY(2px);
389+
justify-content: flex-end; /* Align to the right edge of the grid cell */
389390
}
390391

391392
.syncIconBtn:active {

0 commit comments

Comments
 (0)