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:
parent
c3bd73a068
commit
f0b8b1eb3d
8 changed files with 196 additions and 15 deletions
8
flask/static/labels.css
Normal file
8
flask/static/labels.css
Normal file
|
@ -0,0 +1,8 @@
|
|||
div.flex-container {
|
||||
display: flex;
|
||||
flex: auto;
|
||||
}
|
||||
|
||||
div.flex-item {
|
||||
display: inline-block;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue