1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-22 14:10:34 +00:00

fix: open torrent dialog layout adjusted (#4063)

This commit is contained in:
Hakjoon Sim 2022-11-01 23:14:15 +09:00 committed by GitHub
parent 745c884774
commit 41422c357e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View file

@ -1571,6 +1571,17 @@ dialog {
padding-left: 10px; padding-left: 10px;
} }
/// OPEN TORRENT DIALOG
.open-torrent {
input {
margin-bottom: 15px;
}
#auto-start-label {
margin-left: 5px;
}
}
/// HOTKEYS DIALOG /// HOTKEYS DIALOG
.shortcuts-dialog { .shortcuts-dialog {