Merge pull request #213 from zoff-music/fix/sizing-results

Fixed issue with buttons on results
This commit is contained in:
Kasper Rynning-Tønnesen
2017-11-08 15:40:33 +01:00
committed by GitHub

View File

@@ -1288,6 +1288,7 @@ hide mdi-action-visibility mdi-action-visibility-off
#inner-results {
height: calc(100vh - 64px - 76px);
overflow-y: scroll;
overflow-x: hidden;
}
#empty-results {
@@ -1751,7 +1752,7 @@ nav ul li:hover, nav ul li.active {
}
.result-info-buttons {
width: 165px;
width: 13rem;
}
.result-info-no-buttons {