dashboard: give appstore tiles more horizontal space
This commit is contained in:
@@ -932,7 +932,7 @@ multiselect {
|
||||
.appstore-toolbar-content {
|
||||
display: flex;
|
||||
margin: auto;
|
||||
max-width: 1200px;
|
||||
max-width: 1400px;
|
||||
|
||||
> * {
|
||||
margin: 0 10px;
|
||||
@@ -970,7 +970,7 @@ multiselect {
|
||||
margin: auto;
|
||||
overflow: auto;
|
||||
height: calc(100% - 65px); // offset navigation bar
|
||||
max-width: 1200px;
|
||||
max-width: 1400px;
|
||||
|
||||
h2 {
|
||||
font-size: 20px;
|
||||
@@ -1022,11 +1022,18 @@ multiselect {
|
||||
}
|
||||
|
||||
.appstore-item-content-icon {
|
||||
width: 100px;
|
||||
min-width: 100px;
|
||||
max-width: 100px;
|
||||
width: 90px;
|
||||
min-width: 90px;
|
||||
max-width: 90px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
|
||||
> .app-icon {
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
min-width: 70px;
|
||||
min-height: 70px;
|
||||
}
|
||||
}
|
||||
|
||||
.appstore-category-link {
|
||||
|
||||
Reference in New Issue
Block a user