UNPKG

@jitsi/electron-sdk

Version:
56 lines (50 loc) 848 B
* { -webkit-user-drag: none; user-select: none; } body, html { margin: 0; overflow: hidden; height: 100vh; } body { background: #474747; } video { width: 100%; height: 100%; margin: 0; padding: 0; } html:hover .dismiss { opacity: 1; } .dismiss { align-items: center; background-color: #474747; border-radius: 6px; color: white; cursor: pointer; display: flex; font-size: 20px; height: 32px; justify-content: center; position: absolute; right: 8px; top: 8px; width: 32px; } .dismiss:after, .dismiss:before { display: block; content: ' '; height: 2px; background-color: white; position: absolute; width: calc(100% - 15px); } .dismiss:after { transform: rotate(45deg); } .dismiss:before { transform: rotate(-45deg); }