Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-08-03 21:34:19 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-08-03 21:34:19 +0300
commit7a6fa2ba2d2d5e9775943c742dc2bc9d04c24df5 (patch)
tree6f04f0939c897ab0c2146786ac3cb90962917144 /css
parentf348a357dd320a8ec65a09d6e8de43474b20ea13 (diff)
Better indicate dropping on empty completed list
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'css')
-rw-r--r--css/src/style.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/css/src/style.scss b/css/src/style.scss
index b5e94d7a..fc081ff2 100644
--- a/css/src/style.scss
+++ b/css/src/style.scss
@@ -443,6 +443,10 @@ $blue_due: #4271a6; // due dates and low importance
z-index: 10;
}
+ &.completed {
+ margin-top: 12px;
+ }
+
// Show round corners for first root task
> .task-item {
&:first-child > .task-body {
@@ -776,7 +780,6 @@ $blue_due: #4271a6; // due dates and low importance
.heading {
display: flex;
align-items: center;
- margin-bottom: 10px;
margin-top: 20px !important;
@media only screen and (max-width: $breakpoint-mobile) {
@@ -784,6 +787,8 @@ $blue_due: #4271a6; // due dates and low importance
}
&--hiddentasks {
+ margin-bottom: 0;
+
.heading__title {
display: inline-block;
padding-right: 16px;