Dynamic table description: always displayed, in a separate line.

This commit is contained in:
John Livingston
2024-06-11 17:49:18 +02:00
parent 597afc8ba6
commit 2668e5174c
3 changed files with 30 additions and 8 deletions

View File

@ -223,8 +223,12 @@ $small-view: 800px;
}
}
.peertube-livechat-emojis-col-sn {
width: 30%;
}
.peertube-livechat-emojis-col-file {
width: 150px;
width: 65%;
}
.peertube-plugin-livechat-configuration-actions {
@ -264,6 +268,11 @@ livechat-dynamic-table-form {
tbody tr:nth-child(odd) {
background-color: var(--greySecondaryBackgroundColor);
}
.livechat-dynamic-table-form-description-header {
font-size: small;
font-weight: lighter;
}
}
button {