No opacity exception for XS screens

As they use a more standard layout now, where a preview can be selected as the main video
master
Daniel Berteaud 11 years ago
parent 5848938f08
commit 8257c4401a
  1. 2
      public/css/vroom.css

@ -5,11 +5,9 @@
width: 100%;
height: auto;
}
@media screen and (min-width: 768px) {
#webRTCVideo .selected {
opacity: 0.7;
}
}
.latencyUnknown{
box-shadow: 0px 0px 2pt 2pt grey;
}

Loading…
Cancel
Save