Added archive view, label editing

Archives can now be viewed, a cover can optionally be inserted into the covers directory.
Labels can now be edited.
This commit is contained in:
Michael Rodin 2023-10-19 18:24:36 +02:00
parent c3bd73a068
commit f0b8b1eb3d
8 changed files with 196 additions and 15 deletions

8
flask/static/labels.css Normal file
View file

@ -0,0 +1,8 @@
div.flex-container {
display: flex;
flex: auto;
}
div.flex-item {
display: inline-block;
}