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. 6
      public/css/vroom.css

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

Loading…
Cancel
Save