Using SCSS.

This commit is contained in:
John Livingston
2021-11-18 15:59:47 +01:00
parent 6c19f0a609
commit e9dd047749
3 changed files with 17 additions and 12 deletions

View File

@ -9,8 +9,7 @@
.peertube-plugin-livechat-buttons {
display: flex;
flex-direction: row;
flex-wrap: wrap;
flex-flow: row wrap;
justify-content: flex-end;
}
@ -72,7 +71,7 @@
table.peertube-plugin-livechat-prosody-list-rooms {
border: 1px solid black;
margin: 5px 0px;
margin: 5px 0;
}
table.peertube-plugin-livechat-prosody-list-rooms tr:nth-child(odd) {