1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
Cameron 2020-07-09 22:19:00 +01:00
parent 0695c8c7a8
commit 107e4c273e
2 changed files with 3 additions and 3 deletions

View file

@ -236,10 +236,10 @@ div[data-role=controlgroup] a.ui-btn-active {
} }
.localUsers .cardText-secondary { .localUsers .cardText-secondary {
white-space: pre-wrap white-space: pre-wrap;
} }
.customCssContainer textarea{ .customCssContainer textarea {
resize: none; resize: none;
} }

View file

@ -250,7 +250,7 @@ define(['jQuery', 'apphost', 'scripts/taskbutton', 'loading', 'libraryMenu', 'gl
if (virtualFolder.Locations.length == 0) { if (virtualFolder.Locations.length == 0) {
html += '<div id="addLibrary" class="card backdropCard scalableCard backdropCard-scalable" style="' + style + '" data-index="' + index + '" data-id="' + virtualFolder.ItemId + '">'; html += '<div id="addLibrary" class="card backdropCard scalableCard backdropCard-scalable" style="' + style + '" data-index="' + index + '" data-id="' + virtualFolder.ItemId + '">';
} else { } else {
html += '<div class="card backdropCard scalableCard backdropCard-scalable" style="' + style + '" data-index="' + index + '" data-id="' + virtualFolder.ItemId + '">'; html += '<div class="card backdropCard scalableCard backdropCard-scalable" style="' + style + '" data-index="' + index + '" data-id="' + virtualFolder.ItemId + '">';
} }
html += '<div class="cardBox visualCardBox">'; html += '<div class="cardBox visualCardBox">';