mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-28 18:20:42 +00:00
fix: update icon position
This commit is contained in:
parent
0a13b4b50b
commit
2dbd64b7dc
2 changed files with 10 additions and 1 deletions
|
|
@ -158,6 +158,15 @@ $this-task-text-color-done: #aaaaaa;
|
|||
border: 1px solid #dddddd;
|
||||
background: #ffffff !important;
|
||||
|
||||
&.update-indicator-btn {
|
||||
margin-left: 12px;
|
||||
|
||||
.task-list .task-list & {
|
||||
margin: $this-button-spacer;
|
||||
margin-right: -2px;
|
||||
}
|
||||
}
|
||||
|
||||
@include dark-theme {
|
||||
background: $dark-theme-bg-darker !important;
|
||||
border: 1px solid $dark-theme-bg;
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
layout="row"
|
||||
layout-align="space-between center">
|
||||
<div class="title-bar-wrapper">
|
||||
<md-button class="md-icon-button "
|
||||
<md-button class="md-icon-button update-indicator-btn"
|
||||
aria-label="is updated"
|
||||
tabindex="2"
|
||||
ng-click="task.showNotes = !task.showNotes;"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue