File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -23,23 +23,16 @@ export const QuickAdd = {
23
23
height : "100%"
24
24
} } > </ div >
25
25
26
- < div style = { {
26
+ < div class = "notice" style = { {
27
27
position : "relative" ,
28
28
marginLeft : "auto" ,
29
29
marginRight : "auto" ,
30
- width : "45vw" ,
31
- borderRadius : "0.5rem" ,
32
- filter : "drop-shadow(2px 2px 4px #5555)" ,
33
30
marginTop : "20vh" ,
34
- padding : "2rem" ,
35
- background : "white"
36
31
} } >
37
- < h3 style = { { margin : "0" } } > Quick Add</ h3 >
38
- < hr />
32
+ < h3 > Quick Add</ h3 >
39
33
< OutlineEditor workbench = { workbench } node = { workbench . quickadd } panel = { panel } />
40
- < hr />
41
- < div style = { { textAlign : "right" } } >
42
- < button style = { { padding : "0.5rem" , margin : "0.25rem" } } onclick = { ( ) => {
34
+ < div class = "button-bar" >
35
+ < button class = "primary" onclick = { ( ) => {
43
36
workbench . commitQuickAdd ( ) ;
44
37
workbench . closeQuickAdd ( ) ;
45
38
} } > Add to Today</ button >
Original file line number Diff line number Diff line change @@ -229,6 +229,7 @@ svg.node-bullet circle#node-collapsed {
229
229
font-weight : var (--weight-semibold );
230
230
font-size : var (--text-small );
231
231
}
232
+ /*todo: combine common styles for palette/search*/
232
233
.palette .selected , .search .selected {
233
234
background : var (--gray-200 );
234
235
border-radius : var (--border-radius );
You can’t perform that action at this time.
0 commit comments