mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 12:54:48 -04:00
Add SE tags to OPDS and improve OPDS XSLT stylesheet
This commit is contained in:
parent
10630de2e3
commit
35188195f1
3 changed files with 13 additions and 1 deletions
|
@ -1241,7 +1241,7 @@ ol.ebooks-list.list > li .thumbnail-container{
|
|||
}
|
||||
|
||||
.opds ol.ebooks-list.list > li .thumbnail-container{
|
||||
grid-row: 1 / span 5;
|
||||
grid-row: 1 / span 6;
|
||||
}
|
||||
|
||||
ol.ebooks-list.list ul.tags{
|
||||
|
@ -1407,6 +1407,7 @@ ul.tags{
|
|||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.opds ul.tags,
|
||||
.rss ul.tags{
|
||||
justify-content: flex-start;
|
||||
margin: .5rem auto;
|
||||
|
@ -1417,6 +1418,7 @@ ul.tags li{
|
|||
}
|
||||
|
||||
ul.tags li a,
|
||||
.opds ul.tags li p,
|
||||
.rss ul.tags li p{
|
||||
border: 1px solid var(--body-text);
|
||||
border-radius: 5px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue