This commit is contained in:
lesion 2022-11-25 11:08:16 +01:00
parent 11fc9ffc57
commit 939f4c9fa2
No known key found for this signature in database
GPG key ID: 352918250B012177
2 changed files with 6 additions and 4 deletions

View file

@ -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

View file

@ -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 {