diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-07-31 16:14:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-31 16:14:01 +0200 |
commit | bf522bc4b97ec0cae0d5095c749185e758434e3d (patch) | |
tree | 7371885fd64b951e1d6b54b12825f8b48114ec90 | |
parent | 3ae66a76e10737575b4e78abd406aab3a1d0151d (diff) | |
parent | 2359efce3df58d67d28a7f6bd1fff065bc4ab361 (diff) | |
download | nextcloud-server-bf522bc4b97ec0cae0d5095c749185e758434e3d.tar.gz nextcloud-server-bf522bc4b97ec0cae0d5095c749185e758434e3d.zip |
Merge pull request #10468 from nextcloud/bugfix/10094/apps-management-space
Add more spacing to the apps management sidebar
-rw-r--r-- | settings/css/settings.scss | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index 4bba5afa788..45511c44dbf 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -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); @@ -837,6 +844,8 @@ span.version { padding: 14px; opacity: 0.5; z-index: 1; + width: 44px; + height: 44px; } .actions { display: flex; @@ -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) { @@ -980,10 +1000,6 @@ span.version { list-style-position: inside; } -.appslink { - text-decoration: underline; -} - #apps-list, #apps-list-search { .section { |