1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add icon to metadata side bar

This commit is contained in:
grafixeyehero 2019-08-31 17:41:56 +03:00
parent 42c8ef6262
commit 2ffbc14cd7
2 changed files with 235 additions and 118 deletions

View file

@ -47,6 +47,10 @@
background: #00a4dc !important
}
.metadataSidebarIcon {
margin-right: .4em
}
@media all and (min-width:50em) {
.editPageSidebar {
position: fixed;
@ -72,4 +76,4 @@
.editPageInnerContent {
width: 73.5%
}
}
}