Poll WIP (#231):

* backend form declaration
* frontend form dialog
This commit is contained in:
John Livingston
2024-06-28 18:38:59 +02:00
parent b792588364
commit 14e0576329
7 changed files with 245 additions and 14 deletions

View File

@ -0,0 +1,14 @@
/*
* SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
*
* SPDX-License-Identifier: AGPL-3.0-only
*/
livechat-converse-poll-form-modal {
/* Special case: when the form is in a modal */
.converse-form {
max-height: 50vh;
overflow-y: scroll;
}
}