From c9dc64b6dd95880434321ebc030212978c36e6f6 Mon Sep 17 00:00:00 2001
From: skw4y
Date: Sun, 17 Mar 2019 19:18:43 +0100
Subject: [PATCH 1/7] Fix #294: Better mobile experience
---
app/Config/bootstrap.php | 2 +-
app/View/Elements/artists_view.ctp | 4 +--
app/View/Layouts/default.ctp | 40 ++++++++++++----------
app/webroot/css/style.css | 54 +++++++++++++++++++-----------
app/webroot/js/navigation.js | 9 ++++-
app/webroot/js/player-nav.js | 2 +-
6 files changed, 70 insertions(+), 41 deletions(-)
mode change 100755 => 100644 app/Config/bootstrap.php
diff --git a/app/Config/bootstrap.php b/app/Config/bootstrap.php
old mode 100755
new mode 100644
index 8db6b52..2cec930
--- a/app/Config/bootstrap.php
+++ b/app/Config/bootstrap.php
@@ -116,7 +116,7 @@
/**
* Sonerezh constants declarations
*/
-define('SONEREZH_VERSION', 'v1.2.5');
+define('SONEREZH_VERSION', 'v1.2.6');
define('THUMBNAILS_DIR', 'thumbnails');
define('RESIZED_DIR', IMAGES.'resized'.DS);
define('AVATARS_DIR', 'avatars');
diff --git a/app/View/Elements/artists_view.ctp b/app/View/Elements/artists_view.ctp
index 7e5367a..6675677 100644
--- a/app/View/Elements/artists_view.ctp
+++ b/app/View/Elements/artists_view.ctp
@@ -15,7 +15,7 @@
-
+
@@ -56,7 +56,7 @@
-
+
diff --git a/app/View/Layouts/default.ctp b/app/View/Layouts/default.ctp
index d168a0d..57d1a5b 100644
--- a/app/View/Layouts/default.ctp
+++ b/app/View/Layouts/default.ctp
@@ -57,16 +57,17 @@
-