mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-09-09 21:50:59 +02:00
add data import/export (#11)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
.app-header {
|
||||
background: var(--header-bg);
|
||||
padding: 10px 20px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.app-header > .title {
|
||||
@@ -10,3 +11,10 @@
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.app-header > .actions {
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
top: 10px;
|
||||
margin: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user