From 939f4c9fa2036c467b49ccce34212b8e3f84571c Mon Sep 17 00:00:00 2001 From: lesion Date: Fri, 25 Nov 2022 11:08:16 +0100 Subject: [PATCH] minor --- CHANGELOG | 4 +++- assets/style.css | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 12d66d0c..2ea739cd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file. - i18n refactoring - people can now choose the language displayed - fix #171 - fix place "[Object]" issue - #194 + - live search - admin could choose a custom fallback image - fix #195 - it is now possible NOT to enter the end time of an event - fix #188 - Wordpress plugin now supports MU installation @@ -17,7 +18,8 @@ All notable changes to this project will be documented in this file. - new hide calendar option - new hide thumbs from homepage option - complete oauth2 refactoring - - fix random restart + - fix random restart while downloading random media + - fix mobile dialog layout ### 1.5.6 - 22 set '22 diff --git a/assets/style.css b/assets/style.css index ffa9f91f..bf88e46f 100644 --- a/assets/style.css +++ b/assets/style.css @@ -44,7 +44,7 @@ li { display: flex; flex-wrap: wrap; gap: 16px; - /* justify-content: center; */ + justify-content: center; } @media only screen and (max-width: 600px) { @@ -68,8 +68,8 @@ li { max-width: 800px; } -.v-dialog .v-dialog--fullscreen { - max-width: 100%; +.v-dialog--fullscreen { + max-width: 100% !important; } .v-application p {