1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lychee_ynh.git synced 2024-09-03 19:36:36 +02:00
This commit is contained in:
ericgaspar 2020-11-22 18:31:35 +01:00
parent 4c7d32120c
commit 66e81aa367
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 1 additions and 15 deletions

View file

@ -1,14 +0,0 @@
/* Disable the 'zoom' animation while browsing pictures */
#imageview #image {
transition: none !important;
animation-name: none !important;
animation-duration: 0 !important;
}
/* Hide smart albums */
/*
[data-id="0"] { display:none; }
[data-id="s"] { display:none; }
[data-id="f"] { display:none; }
[data-id="r"] { display:none; }
*/

View file

@ -140,7 +140,7 @@ cd $final_path && php$phpversion artisan config:clear -n
cd $final_path && php$phpversion artisan config:cache -n cd $final_path && php$phpversion artisan config:cache -n
# Setup custum user.css file # Setup custum user.css file
#cp ../conf/user.css.example $final_path/public/dist/user.css cp ../conf/user.css $final_path/public/dist/user.css
#================================================= #=================================================
# STORE THE CONFIG FILE CHECKSUM # STORE THE CONFIG FILE CHECKSUM