Better UI for channel configuration pages.

This commit is contained in:
John Livingston
2024-06-12 10:27:28 +02:00
parent e811c549fd
commit 72c4b0804d
5 changed files with 203 additions and 215 deletions

View File

@ -22,6 +22,19 @@ $grey-background-color: var(--greyBackgroundColor);
$sub-menu-margin-bottom: 30px;
$small-view: 800px;
livechat-help-button {
a {
height: 18px !important;
margin: 2px !important;
padding: 1px !important;
}
svg {
display: block;
height: auto;
}
}
/*
These are styles to apply for the channel configuration pages.
*/
@ -232,6 +245,7 @@ $small-view: 800px;
}
.peertube-plugin-livechat-configuration-actions {
margin-bottom: 1rem;
text-align: right;
}
}
@ -275,10 +289,6 @@ livechat-dynamic-table-form {
}
}
button {
padding: 2px !important;
}
.dynamic-table-add-row {
background-color: var(--bs-green);
@ -462,3 +472,7 @@ livechat-image-file-input {
max-height: 3em !important; // and no max-width
}
}
livechat-configuration-row {
margin-top: 3rem;
}