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

update tabs

This commit is contained in:
Luke Pulverenti 2016-05-15 12:30:32 -04:00
parent 516c5715a1
commit 26dcecb51f
29 changed files with 535 additions and 501 deletions

View file

@ -16,12 +16,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.3.25",
"_release": "1.3.25",
"version": "1.3.26",
"_release": "1.3.26",
"_resolution": {
"type": "version",
"tag": "1.3.25",
"commit": "004eca200cd748222897d11f6bd92a29899d7945"
"tag": "1.3.26",
"commit": "094d2fc7c9e0c008e1c44744da95a69d1aa6516f"
},
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.0",

View file

@ -24,10 +24,14 @@
}
.formDialog .dialogContentInner {
padding-bottom: 50vh;
padding-bottom: 10vh;
padding-top: 1em;
}
.layout-tv .formDialog .dialogContentInner {
padding-bottom: 50vh;
}
@media all and (min-width: 1000px) {
.formDialog form {

View file

@ -49,5 +49,5 @@
"Download": "Download",
"Advanced": "Advanced",
"Refresh": "Refresh",
"RefreshQueued": "Refresh queued"
"RefreshQueued": "Refresh queued."
}