mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
00c1e09f1b
- Set the media storage to /home.yunohost.app/lychee Co-authored-by: tituspijean <tituspijean@outlook.com>
14 lines
342 B
Text
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; }
|
|
*/
|