Bundle embedded web app

This commit is contained in:
Owncast
2024-07-19 18:09:15 +00:00
parent 468abb272a
commit 490d7f2e42
32 changed files with 40 additions and 35 deletions

View File

@@ -1,9 +1,9 @@
.chat-messages .ant-table-cell.name-col {
.chat-messages .ant-table-cell .name-col {
text-overflow: ellipsis;
overflow: hidden;
}
.chat-messages .ant-table-cell.toggle-col label {
.chat-messages .ant-table-cell .toggle-col label {
font-size: 0.7rem;
}
@@ -139,3 +139,8 @@
.block-user-button {
text-transform: capitalize;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected {
background-color: #f5f0ff;
}