mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
update RegisterItem
This commit is contained in:
parent
674a50ac18
commit
c216a7ecdc
@ -40,6 +40,7 @@
|
||||
|
||||
.cardOverlayButtons .fab {
|
||||
background-color: #333;
|
||||
margin-right: .25em;
|
||||
}
|
||||
|
||||
@media all and (max-width: 1200px) {
|
||||
|
@ -1,4 +1,4 @@
|
||||
define(['appSettings', 'appStorage', 'libraryBrowser', 'apphost', 'itemHelper', 'mediaInfo'], function (appSettings, appStorage, LibraryBrowser, appHost, itemHelper, mediaInfo) {
|
||||
define(['appSettings', 'appStorage', 'libraryBrowser', 'apphost', 'itemHelper'], function (appSettings, appStorage, LibraryBrowser, appHost, itemHelper) {
|
||||
|
||||
function isClickable(target) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user