diff --git a/conf/user.css.example b/conf/user.css.example deleted file mode 100644 index de4fa80..0000000 --- a/conf/user.css.example +++ /dev/null @@ -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; } -*/ diff --git a/scripts/install b/scripts/install index 1b0ba3e..73db5ce 100755 --- a/scripts/install +++ b/scripts/install @@ -140,7 +140,7 @@ cd $final_path && php$phpversion artisan config:clear -n cd $final_path && php$phpversion artisan config:cache -n # 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