diff --git a/css/glowingbear.css b/css/glowingbear.css
index 6dc1524..ca71b9f 100644
--- a/css/glowingbear.css
+++ b/css/glowingbear.css
@@ -610,7 +610,6 @@ h2 span, h2 small {
.panel[data-state=active] .panel-collapse {
transition: max-height 0.5s;
- max-height: 60em;
height: auto;
display: block;
}
diff --git a/index.html b/index.html
index df97f76..3505dc3 100644
--- a/index.html
+++ b/index.html
@@ -207,10 +207,41 @@ chown -R username:username ~username
Helpful trigger to automatically repin a buffer (in this instance, irc.freenode.#weechat): /trigger add autopin signal "buffer_opened" "${buffer[${tg_signal_data}].full_name} =~ irc.freenode.#weechat" "" "/command -buffer ${buffer[${tg_signal_data}].full_name} * /buffer set localvar_set_pinned true"
- The path is by default 'weechat'. In case a proxy is used the path can be changed by entering it in the host field. For example your.domain.com:8000/otherpath
.
+
+ To connect to the weechat relay service we connect using a URL. A typical URL consists of 4 parts. {scheme}://{host}:{port}/{path}
. The path can be changed by enterying the relay's full URL (except the scheme).
+
+ Examples of correct input for the host field are:
++ Incorrect input for the host field: +
+