diff --git a/LICENSE b/LICENSE index 7932055..4957418 100644 --- a/LICENSE +++ b/LICENSE @@ -10,7 +10,7 @@ Additional Use Grant: You may use the Licensed Work when your application uses the Licensed Work for a purpose that does neither directly or indirectly generate revenue. -Change Date: 2024-05-30 +Change Date: 2024-06-15 Change License: Version 2 or later of the GNU General Public License as published by the Free Software Foundation. diff --git a/files/style/be.bastelstu.chat.scss b/files/style/be.bastelstu.chat.scss index 56c2be5..b9fd7a1 100644 --- a/files/style/be.bastelstu.chat.scss +++ b/files/style/be.bastelstu.chat.scss @@ -1,10 +1,10 @@ /* - * Copyright (c) 2010-2018 Tim Düsterhus. + * Copyright (c) 2010-2020 Tim Düsterhus. * * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-03-25 + * Change Date: 2024-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 @@ -251,7 +251,6 @@ #tpl_chat_log { // Limit embedded images and videos to a reasonable size img:not(.smiley):not(.userAvatarImage) { - width: 100%; max-width: $chatEmbedMaxWidth; }