Skip to content

Commit

Permalink
Merge pull request #10468 from nextcloud/bugfix/10094/apps-management…
Browse files Browse the repository at this point in the history
…-space

Add more spacing to the apps management sidebar
  • Loading branch information
rullzer committed Jul 31, 2018
2 parents 3ae66a7 + 2359efc commit bf522bc
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions settings/css/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,14 @@ span.version {
}
}
.app-level {
margin-bottom: 10px;
clear: right;
width: 100%;
.official {
vertical-align: top;
}
.app-score-image {
float: right;
}
}
.app-author, .app-licence {
color: var(--color-text-maxcontrast);
Expand All @@ -837,6 +844,8 @@ span.version {
padding: 14px;
opacity: 0.5;
z-index: 1;
width: 44px;
height: 44px;
}
.actions {
display: flex;
Expand All @@ -846,6 +855,17 @@ span.version {
padding: 5px;
}
}
.appslink {
text-decoration: underline;
margin-right: 5px;
}
.app-level,
.actions,
.documentation,
.app-dependencies,
.app-description {
margin: 20px 0;
}
}

@media only screen and (min-width: 1601px) {
Expand Down Expand Up @@ -980,10 +1000,6 @@ span.version {
list-style-position: inside;
}

.appslink {
text-decoration: underline;
}


#apps-list, #apps-list-search {
.section {
Expand Down

0 comments on commit bf522bc

Please sign in to comment.