1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lychee_ynh.git synced 2024-09-03 19:36:36 +02:00
lychee_ynh/conf/user.css.example
Éric Gaspar 00c1e09f1b
Storage (#5)
- Set the media storage to /home.yunohost.app/lychee

Co-authored-by: tituspijean <tituspijean@outlook.com>
2020-11-22 18:20:24 +01:00

14 lines
342 B
Text

/* 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; }
*/