summaryrefslogtreecommitdiffstats
path: root/settings/css/settings.scss
diff options
context:
space:
mode:
Diffstat (limited to 'settings/css/settings.scss')
-rw-r--r--settings/css/settings.scss13
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