Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JamesDBartlett3/03bedfcdcc28adadf06050c97e008a78 to your computer and use it in GitHub Desktop.
Save JamesDBartlett3/03bedfcdcc28adadf06050c97e008a78 to your computer and use it in GitHub Desktop.
Power BI Global Summit - Resizable Video Modal Window
@-moz-document url-prefix("https://radacad.6connex.com/event/") {
.related-content .self-content .screen-container {
width: 100% !important;
min-height: 600px !important;
max-height: 1024px !important;
margin-bottom: 6px !important;
height: 100% !important;
}
#related-content.video-chat .dialog-container {
padding: 0;
margin: 0;
width: 100%;
}
.self-content .screen-container iframe {
position: relative !important;
margin-top: 0px;
}
#rc-content-container {
height: 800px;
width: 70% !important;
}
.vp-center {
display: flex;
align-items: stretch;
justify-content: center;
align-content: stretch;
flex-wrap: wrap;
}
.chatting-list, .participant-list {
max-height: 600px !important;
overflow-y: scroll;
}
#rc-chat-container {
width: 30% !important;
min-width:300px !important;
}
}
@JamesDBartlett3
Copy link
Author

For use with the Stylus browser extension

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment