1
0
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:
Morris Brodersen
2024-06-24 07:25:56 +02:00
parent 7204404fdc
commit 46932737bc
5 changed files with 101 additions and 0 deletions

View File

@@ -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;
}