Dynamic table description: always displayed, in a separate line.
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user