mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
more on image uploading
This commit is contained in:
parent
e089b61b62
commit
fcf4964e3a
10 changed files with 346 additions and 72 deletions
|
@ -199,6 +199,10 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.itemMediaInfo {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.mediaInfoStream {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
|
@ -212,13 +216,14 @@
|
|||
}
|
||||
|
||||
.mediaInfoDetails {
|
||||
margin: 0 0 0 1.5em;
|
||||
margin: 0 0 0 .25em;
|
||||
padding: 0;
|
||||
list-style-type: circle;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.mediaInfoLabel {
|
||||
color: #bbb;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.posterRibbon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue