forked from Ivasoft/opds-proxy
refactor: simplify template by using a view model
Convert the raw OPDS format to a view model that is easier to work with. Biggest change is that we construct a single "Link" from an entry with an array of Links with different "TypeLinks" and "Rel" attributes.
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
|
||||
#container > ul > li {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
justify-content: start;
|
||||
gap: 16px;
|
||||
align-items: center;
|
||||
padding: 0.5rem 1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user