aboutsummaryrefslogtreecommitdiffstats
path: root/data/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'data/style.scss')
-rw-r--r--data/style.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/style.scss b/data/style.scss
index 2e02c44..828146a 100644
--- a/data/style.scss
+++ b/data/style.scss
@@ -54,7 +54,9 @@ $upload_container_height: 18rem;
}
#upload-toggle {
+ display: none;
transition: transform 0.3s ease;
+ cursor: pointer;
}
}
@@ -694,6 +696,11 @@ th span.active span {
right: 0;
left: 0;
}
+
+ #upload-toggle {
+ display: block;
+ transition: transform 0.3s ease;
+ }
}
.upload_container {