Custom channel emoticons WIP (#130): fix CSS

This commit is contained in:
John Livingston
2024-06-07 14:08:35 +02:00
parent f1cf98921f
commit 92cf83dcdf
5 changed files with 16 additions and 7 deletions

View File

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
//
// SPDX-License-Identifier: AGPL-3.0-only
export const maxSize: number = 30 * 1024
export const allowedExtensions = ['png', 'jpg', 'jpeg', 'gif']
export const inputFileAccept = ['image/jpg', 'image/png', 'image/gif']