Moderator notes WIP (#144)

This commit is contained in:
John Livingston
2024-07-30 01:24:19 +02:00
parent 20cb668e09
commit eb76e7ebb9
12 changed files with 398 additions and 10 deletions

View File

@ -0,0 +1,21 @@
/*
* SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
*
* SPDX-License-Identifier: AGPL-3.0-only
*/
.conversejs {
.notes-actions {
display: flex;
flex-flow: row nowrap;
justify-content: right;
width: 100%;
}
.notes-action {
background: unset;
border: 0;
padding-left: 0.25em;
padding-right: 0.25em;
}
}