mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
display tags on detail page
This commit is contained in:
parent
ca5c8313cf
commit
b2a4c7ea74
3 changed files with 31 additions and 2 deletions
|
@ -141,6 +141,14 @@
|
|||
display: block;
|
||||
}
|
||||
|
||||
.itemTag {
|
||||
display: inline-block;
|
||||
background-color: #999;
|
||||
border-radius: 4px;
|
||||
padding: 3px 5px;
|
||||
font-size: 13px;
|
||||
margin: 0 5px 0 0;
|
||||
}
|
||||
|
||||
|
||||
@media all and (min-width: 750px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue