Skip to content

Commit bb08d5b

Browse files
committed
Adjust myapps grid to 4 columns
1 parent 0905095 commit bb08d5b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/gui/src/css/dashboard.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2059,8 +2059,8 @@ body {
20592059
}
20602060

20612061
.myapps-grid {
2062-
grid-template-columns: repeat(5, 72px);
2063-
column-gap: max(0px, calc((100% - 5 * 72px) / 4));
2062+
grid-template-columns: repeat(4, 72px);
2063+
column-gap: max(0px, calc((100% - 4 * 72px) / 3));
20642064
row-gap: 30px;
20652065
}
20662066

@@ -2074,7 +2074,7 @@ body {
20742074
border-radius: 12px;
20752075
}
20762076

2077-
/* Too narrow for 5×72px in one row: wrap like before */
2077+
/* Too narrow for 4×72px in one row: wrap like before */
20782078
@media (max-width: 400px) {
20792079
.myapps-grid {
20802080
grid-template-columns: repeat(auto-fill, 72px);

0 commit comments

Comments
 (0)