mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor
This commit is contained in:
parent
11fc9ffc57
commit
939f4c9fa2
2 changed files with 6 additions and 4 deletions
|
@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
|
||||||
- i18n refactoring
|
- i18n refactoring
|
||||||
- people can now choose the language displayed - fix #171
|
- people can now choose the language displayed - fix #171
|
||||||
- fix place "[Object]" issue - #194
|
- fix place "[Object]" issue - #194
|
||||||
|
- live search
|
||||||
- admin could choose a custom fallback image - fix #195
|
- admin could choose a custom fallback image - fix #195
|
||||||
- it is now possible NOT to enter the end time of an event - fix #188
|
- it is now possible NOT to enter the end time of an event - fix #188
|
||||||
- Wordpress plugin now supports MU installation
|
- 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 calendar option
|
||||||
- new hide thumbs from homepage option
|
- new hide thumbs from homepage option
|
||||||
- complete oauth2 refactoring
|
- complete oauth2 refactoring
|
||||||
- fix random restart
|
- fix random restart while downloading random media
|
||||||
|
- fix mobile dialog layout
|
||||||
|
|
||||||
|
|
||||||
### 1.5.6 - 22 set '22
|
### 1.5.6 - 22 set '22
|
||||||
|
|
|
@ -44,7 +44,7 @@ li {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
/* justify-content: center; */
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 600px) {
|
@media only screen and (max-width: 600px) {
|
||||||
|
@ -68,8 +68,8 @@ li {
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.v-dialog .v-dialog--fullscreen {
|
.v-dialog--fullscreen {
|
||||||
max-width: 100%;
|
max-width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.v-application p {
|
.v-application p {
|
||||||
|
|
Loading…
Reference in a new issue