Seed in place, don't copy to /tmp

Fixes https://github.com/feross/webtorrent-desktop/issues/254
This commit is contained in:
DC
2016-04-01 03:37:22 -07:00
parent c975f2f2d0
commit 20157f39ee
5 changed files with 133 additions and 13 deletions

View File

@@ -271,10 +271,32 @@ i:not(.disabled):hover {
padding: 20px;
}
.create-torrent-modal input,
.open-torrent-address-modal input {
width: calc(100% - 100px)
}
.create-torrent-modal .torrent-attribute {
white-space: nowrap;
}
.create-torrent-modal .torrent-attribute>* {
display: inline-block;
}
.create-torrent-modal .torrent-attribute label {
width: 60px;
margin-right: 10px;
vertical-align: top;
}
.create-torrent-modal .torrent-attribute div {
font-family: Consolas, monospace;
white-space: nowrap;
}
/*
* BUTTONS
*/