mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-22 07:28:14 +00:00
feat(timeline): also leave larger border radius for current task
This commit is contained in:
parent
821feb020b
commit
e282f8595a
2 changed files with 6 additions and 5 deletions
|
|
@ -131,7 +131,7 @@
|
|||
}
|
||||
|
||||
:host.isCurrent.isCurrent.isCurrent.isCurrent.isCurrent & {
|
||||
border-radius: $task-border-radius !important;
|
||||
border-radius: $task-border-radius;
|
||||
box-shadow: $task-current-shadow-light;
|
||||
// because of the shadow, this looks better
|
||||
//bottom: 2px;
|
||||
|
|
|
|||
|
|
@ -150,6 +150,11 @@
|
|||
|
||||
$split-border-radius: 28px;
|
||||
|
||||
.split-task::ng-deep .box {
|
||||
border-top-left-radius: $split-border-radius !important;
|
||||
border-top-right-radius: $split-border-radius !important;
|
||||
}
|
||||
|
||||
.task-continued {
|
||||
align-self: flex-start;
|
||||
padding-left: 56px;
|
||||
|
|
@ -202,10 +207,6 @@ $split-border-radius: 28px;
|
|||
}
|
||||
}
|
||||
|
||||
.split-task::ng-deep .box {
|
||||
border-top-left-radius: $split-border-radius !important;
|
||||
border-top-right-radius: $split-border-radius !important;
|
||||
}
|
||||
|
||||
.work-start,
|
||||
.work-end {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue