Share chat modal WIP.

This commit is contained in:
John Livingston
2021-12-21 17:14:02 +01:00
parent e9ad38afe6
commit fc72c33574
2 changed files with 80 additions and 12 deletions

View File

@ -106,3 +106,29 @@ table.peertube-plugin-livechat-prosody-list-rooms td {
color: black;
padding: 4px 5px;
}
.peertube-plugin-livechat-shareurl-modal {
& > * {
margin-top: 30px;
}
.livechat-shareurl-copy {
display: flex;
flex-wrap: wrap;
button {
white-space: nowrap;
}
input {
flex-grow: 2;
width: auto !important; // must cancel the width: 100% of form-control
}
}
.livechat-shareurl-custom {
input[type="checkbox"] {
margin-right: 20px;
}
}
}