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