Torrent list: fix button alignment

This commit is contained in:
DC
2016-03-16 20:32:15 -07:00
parent fdbc9af51f
commit 96cf6f27bd

View File

@@ -402,11 +402,12 @@ input {
position: absolute;
top: 25px;
right: 10px;
align-items: center;
display: none;
}
.torrent:hover .buttons {
display: block;
display: flex;
}
.torrent .buttons > * {
@@ -473,8 +474,6 @@ input {
}
.torrent .buttons .delete {
position: relative;
top: 2px;
opacity: 0.5;
}