diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-04-17 19:19:58 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-05-03 08:58:24 +0200 |
commit | 1f2f7019319cd9f4cfa759be35aea0d888beaba8 (patch) | |
tree | 33de9a6f73454b39f4bdb428e9e6e035d64ecd66 /settings/css | |
parent | 4251856218c55fad1524d22c038365efc396dfbf (diff) | |
download | nextcloud-server-1f2f7019319cd9f4cfa759be35aea0d888beaba8.tar.gz nextcloud-server-1f2f7019319cd9f4cfa759be35aea0d888beaba8.zip |
Readd space in app store view
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index 7a12e4f7d95..2d687f9dad1 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -1036,6 +1036,10 @@ span.version { &.apps-experimental { flex-basis: 90%; } + h2.app-name { + display: block; + margin: 8px 0; + } } .app-description { p { @@ -1074,6 +1078,7 @@ span.version { position: absolute; padding-left: 6px; padding-top: 15px; + .enable { position: relative; top: -1px; |