#peertube-plugin-livechat-container { display: flex; flex-direction: column; } #plugin-placeholder-player-next #peertube-plugin-livechat-container { height: 100%; } .peertube-plugin-livechat-buttons { align-items: center; display: flex; flex-flow: row nowrap; justify-content: flex-end; } .peertube-plugin-livechat-button { align-items: center; display: flex; flex-direction: row; height: 36px !important; margin: 5px !important; padding: 2px !important; } .peertube-plugin-livechat-button svg { height: auto; } .peertube-plugin-livechat-buttons-open .peertube-plugin-livechat-button { height: 18px !important; margin: 2px !important; padding: 1px !important; } [peertube-plugin-livechat-state=initializing] { display: none; } [peertube-plugin-livechat-state=open] .peertube-plugin-livechat-button-open { display: none; } [peertube-plugin-livechat-state=closed] .peertube-plugin-livechat-button-close { display: none; } [peertube-plugin-livechat-state]:not([peertube-plugin-livechat-state=open]) .peertube-plugin-livechat-multi-button-main { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; margin-right: 0 !important; } [peertube-plugin-livechat-state]:not([peertube-plugin-livechat-state=open]) .peertube-plugin-livechat-multi-button-secondary { border-radius: 0 !important; margin-right: 0 !important; margin-left: 0 !important; border-left: 1px solid currentColor; } [peertube-plugin-livechat-state]:not([peertube-plugin-livechat-state=open]) .peertube-plugin-livechat-multi-button-last-secondary { border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; margin-left: 0 !important; border-left: 1px solid currentColor; } #peertube-plugin-livechat-container iframe { border: 1px solid black; min-height: 30vh; height: 100%; } .peertube-plugin-livechat-warning { color: orange; } .peertube-plugin-livechat-error { color: red; } table.peertube-plugin-livechat-prosody-list-rooms { border: 1px solid black; margin: 5px 0; } table.peertube-plugin-livechat-prosody-list-rooms tr:nth-child(odd) { background-color: #eee; } table.peertube-plugin-livechat-prosody-list-rooms tr:nth-child(even) { background-color: #fff; } table.peertube-plugin-livechat-prosody-list-rooms th { background-color: var(--mainHoverColor); border: 1px solid black; color: var(--mainBackgroundColor); padding: 4px 5px; } table.peertube-plugin-livechat-prosody-list-rooms td { border: 1px solid #555; color: black; padding: 4px 5px; } .peertube-plugin-livechat-shareurl-modal > * { margin-top: 10px; } .peertube-plugin-livechat-shareurl-modal .livechat-shareurl-copy { display: flex; flex-wrap: wrap; } .peertube-plugin-livechat-shareurl-modal .livechat-shareurl-copy button { white-space: nowrap; } .peertube-plugin-livechat-shareurl-modal .livechat-shareurl-copy input { flex-grow: 2; width: auto !important; } .peertube-plugin-livechat-shareurl-modal .livechat-shareurl-web-options input[type=checkbox], .peertube-plugin-livechat-shareurl-modal .livechat-shareurl-web-options input[type=radio], .peertube-plugin-livechat-shareurl-modal .livechat-shareurl-xmpp-options input[type=checkbox], .peertube-plugin-livechat-shareurl-modal .livechat-shareurl-xmpp-options input[type=radio] { margin-right: 20px; } .peertube-plugin-livechat-shareurl-modal .livechat-shareurl-web-options label, .peertube-plugin-livechat-shareurl-modal .livechat-shareurl-xmpp-options label { display: block; } .peertube-plugin-livechat-shareurl-modal .livechat-shareurl-web-options .livechat-shareurl-web-options-readonly, .peertube-plugin-livechat-shareurl-modal .livechat-shareurl-xmpp-options .livechat-shareurl-web-options-readonly { margin-left: 40px; } .peertube-plugin-livechat-shareurl-modal .livechat-shareurl-web-options .livechat-shareurl-web-options-readonly > *, .peertube-plugin-livechat-shareurl-modal .livechat-shareurl-xmpp-options .livechat-shareurl-web-options-readonly > * { display: block; } .peertube-plugin-livechat-shareurl-modal .livechat-shareurl-web-options .livechat-shareurl-web-options-readonly.livechat-shareurl-web-options-readonly-disabled label, .peertube-plugin-livechat-shareurl-modal .livechat-shareurl-xmpp-options .livechat-shareurl-web-options-readonly.livechat-shareurl-web-options-readonly-disabled label { color: var(--gray-dark); } .peertube-plugin-livechat-shareurl-modal .livechat-shareurl-protocol { display: flex; flex-flow: row wrap; column-gap: 30px; } .peertube-plugin-livechat-shareurl-modal .livechat-shareurl-protocol input[type=radio] { margin-right: 10px; } .peertube-plugin-livechat-shareurl-modal .livechat-shareurl-tips { min-height: 60px; } /*# sourceMappingURL=style.css.map */