Give all views the same width

This commit is contained in:
Johannes Zellner
2024-12-29 01:14:13 +01:00
parent 7e8cbc542b
commit 2bf91ea453
3 changed files with 39 additions and 44 deletions
-3
View File
@@ -1146,7 +1146,6 @@ multiselect {
flex-wrap: wrap;
gap: 5px;
margin: auto;
max-width: 1400px;
padding: 15px 10px;
background: transparent;
}
@@ -1154,8 +1153,6 @@ multiselect {
.appstore-grid {
margin: auto;
overflow: auto;
height: calc(100% - 65px); // offset navigation bar
max-width: 1400px;
h2 {
font-size: 20px;