vertical recentering of bottom like/ban icons

This commit is contained in:
Julien Maille 2020-08-22 14:15:34 +02:00
parent c74af0e651
commit 25724ac653

View File

@ -1543,4 +1543,7 @@ button[data-button=add-recommendation] {
opacity: 0.06;
transition: background-image 2s linear;
}
.view-player .nowplaying-add-button, .view-player .nowplaying-ban-button {
top: -7px !important;
}