Listen to multiple ports
diff --git a/korap.conf b/korap.conf
index bbd020c..7a3a73b 100644
--- a/korap.conf
+++ b/korap.conf
@@ -18,7 +18,7 @@
}
},
hypnotoad => {
- listen => ['http://*:6666'],
+ listen => ['http://*:6666', 'http://*:5555'],
workers => 3
},
'TagHelpers-Pagination' => {
diff --git a/public/style.css b/public/style.css
index 925dae2..16a36e3 100644
--- a/public/style.css
+++ b/public/style.css
@@ -168,6 +168,7 @@
#sidebar:not(.active) > i.fa-bars {
opacity: 1;
+ cursor: pointer;
background-color: #496000;
position: fixed;
font-size: 12pt;