Torrent list: fix button alignment
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user