Add quick actions toolbar for todo
This commit is contained in:
@@ -774,6 +774,15 @@ aside.sidebar:empty { display: none; }
|
||||
margin-bottom: var(--space-2);
|
||||
padding-right: var(--space-2);
|
||||
}
|
||||
/* Compact action toolbar in the widget header. Buttons are the app's standard
|
||||
bracketed .btn/.btn-tool; the row just holds them together and lets them wrap
|
||||
in the narrow rail rather than overflow. */
|
||||
.todo-toolbar { flex-wrap: wrap; }
|
||||
/* Roomier tap targets when the widget is surfaced full-screen on mobile. */
|
||||
.overlay-body .todo-toolbar .btn {
|
||||
font-size: var(--font-sm);
|
||||
padding: var(--space-1) var(--space-2);
|
||||
}
|
||||
.todo-unsaved { color: var(--primary-hover); font-size: var(--font-xs); }
|
||||
/* The scrolling children run edge-to-edge (the aside has no right padding) so
|
||||
their scrollbars are flush with the divider; padding-right keeps their text
|
||||
|
||||
Reference in New Issue
Block a user