From 66e81aa3671e60a9df2b5300740447f127bbbba0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 22 Nov 2020 18:31:35 +0100 Subject: [PATCH] Fix --- conf/user.css.example | 14 -------------- scripts/install | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 conf/user.css.example 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