Merge pull request #205 from zoff-music/fix/errors

Changed cursor of toast
This commit is contained in:
Kasper Rynning-Tønnesen
2017-11-06 14:54:41 +01:00
committed by GitHub

View File

@@ -1246,6 +1246,10 @@ hide mdi-action-visibility mdi-action-visibility-off
display: flex;
}
.toast {
cursor: pointer;
}
@media only screen and (min-width: 993px){
.toast {
float: left;