We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0905095 commit bb08d5bCopy full SHA for bb08d5b
1 file changed
src/gui/src/css/dashboard.css
@@ -2059,8 +2059,8 @@ body {
2059
}
2060
2061
.myapps-grid {
2062
- grid-template-columns: repeat(5, 72px);
2063
- column-gap: max(0px, calc((100% - 5 * 72px) / 4));
+ grid-template-columns: repeat(4, 72px);
+ column-gap: max(0px, calc((100% - 4 * 72px) / 3));
2064
row-gap: 30px;
2065
2066
@@ -2074,7 +2074,7 @@ body {
2074
border-radius: 12px;
2075
2076
2077
- /* Too narrow for 5×72px in one row: wrap like before */
+ /* Too narrow for 4×72px in one row: wrap like before */
2078
@media (max-width: 400px) {
2079
2080
grid-template-columns: repeat(auto-fill, 72px);
0 commit comments