Skip to content

Commit 22d45c6

Browse files
committed
apps: Fix alignment of application list
With this we fix the alignment of applications to remove the centering and instead change the alignment of the app icons themselves. This will improve the mobile layout as well and ensure that the text, icon, and button for installing/removing is all aligned correctly. Fixes: #21878 Signed-off-by: Freya Gustavsson <[email protected]>
1 parent 563d0f6 commit 22d45c6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pkg/apps/application.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
inline-size: 32px;
88
block-size: 32px;
99
max-inline-size: unset;
10+
margin-block: -4px;
1011
}
1112

1213
.app-list .progress-title {
@@ -17,11 +18,6 @@
1718
min-inline-size: 6rem;
1819
}
1920

20-
.app-list .pf-v6-c-data-list__item-content {
21-
/* Vertically align application info to the center */
22-
align-items: center;
23-
}
24-
2521
.progress-bar {
2622
min-inline-size: 12rem;
2723
inline-size: 20%;

0 commit comments

Comments
 (0)