diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-07-04 13:33:56 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-07-04 15:40:51 +0200 |
commit | 2f332651d3c431b4a3b24b377dc45dcd54e7efce (patch) | |
tree | a5ce0aca70ab997ffd6b0f362e27f6c4e1c523db /settings/css/settings.scss | |
parent | ba13880147a62baa3b1a7337a73355750dcc19bb (diff) | |
download | nextcloud-server-2f332651d3c431b4a3b24b377dc45dcd54e7efce.tar.gz nextcloud-server-2f332651d3c431b4a3b24b377dc45dcd54e7efce.zip |
Add transition when enabling/disabling apps
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'settings/css/settings.scss')
-rw-r--r-- | settings/css/settings.scss | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index 0cbef8693d0..1ca14b8f1d3 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -989,10 +989,15 @@ span.version { .section { cursor: pointer; } + .app-list-move { + transition: transform 1s; + } &.installed { - display: table; - width: 100%; - height: auto; + .apps-list-container { + display: table; + width: 100%; + height: auto; + } margin-bottom: 100px; .section { display: table-row; @@ -1583,4 +1588,4 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { user-select: none; } } -} +}
\ No newline at end of file |