mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
fix: open torrent dialog layout adjusted (#4063)
This commit is contained in:
@@ -1571,6 +1571,17 @@ dialog {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
/// OPEN TORRENT DIALOG
|
||||
.open-torrent {
|
||||
input {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#auto-start-label {
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
/// HOTKEYS DIALOG
|
||||
|
||||
.shortcuts-dialog {
|
||||
|
||||
@@ -160,7 +160,7 @@ export class OpenDialog extends EventTarget {
|
||||
label = document.createElement('label');
|
||||
label.id = 'add-dialog-folder-label';
|
||||
label.for = input_id;
|
||||
label.textContent = 'Destination folder:';
|
||||
label.textContent = 'Destination folder: ';
|
||||
workarea.append(label);
|
||||
|
||||
const freespace = document.createElement('span');
|
||||
|
||||
Reference in New Issue
Block a user