mirror of
https://github.com/transmission/transmission.git
synced 2025-12-23 11:58:36 +00:00
Fix web UI loading on mobile devices
This commit is contained in:
@@ -34,7 +34,7 @@ function main() {
|
||||
// so the footer appears in the right place
|
||||
document.getElementById("torrent_container").style["min-height"] = "338px";
|
||||
};
|
||||
document.querySelector("label[for=torrent_upload_url]").textContent("URL: ");
|
||||
document.querySelector("label[for=torrent_upload_url]").textContent = "URL: ";
|
||||
} else {
|
||||
// Fix for non-Safari-3 browsers: dark borders to replace shadows.
|
||||
Array.from(document.getElementsByClassName("dialog_window")).forEach(function (e) {
|
||||
|
||||
Reference in New Issue
Block a user