Browse Source

Merge pull request #276 from nextcloud/background

fix background going white above 10 participants
pull/280/head
Morris Jobke 9 years ago
committed by GitHub
parent
commit
44d13c71a8
  1. 10
      css/style.css

10
css/style.css

@ -313,15 +313,7 @@ video {
border-top-right-radius: 3px;
}
#app-content.participants-2,
#app-content.participants-3,
#app-content.participants-4,
#app-content.participants-5,
#app-content.participants-6,
#app-content.participants-7,
#app-content.participants-8,
#app-content.participants-9,
#app-content.participants-10,
.videoContainer.promoted,
#app-content.screensharing {
background-color: #000;
}

Loading…
Cancel
Save