update ssdp handler

This commit is contained in:
Luke Pulverenti 2016-10-19 02:27:02 -04:00
parent 63147d64a7
commit 4cad3ad8b0
13 changed files with 80 additions and 143 deletions

View file

@ -71,7 +71,7 @@ button {
.cardBox {
padding: 0 !important;
margin: 0;
margin: 2px;
transition: none;
border: 3px solid transparent;
/* Needed in case cardBox is a button */
@ -91,10 +91,6 @@ button {
transform: scale(1.16, 1.16);
}
.cardBox-mobile {
margin: 2px;
}
.card:focus {
position: relative !important;
z-index: 10 !important;
@ -202,6 +198,11 @@ button {
}
.coveredImage-img {
width: 100%;
height: 100%;
}
.coveredImage-noscale-img {
max-height: none;
max-width: none;
}