diff options
| -rw-r--r-- | public/assets/css/hootstream.css | 4 | ||||
| -rw-r--r-- | views/hootstream/index.ejs | 2 | ||||
| -rw-r--r-- | views/pages/stream.ejs | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css index 3e22006..eee0e9b 100644 --- a/public/assets/css/hootstream.css +++ b/public/assets/css/hootstream.css @@ -683,3 +683,7 @@ display: block; } } + +.stream header .search_form { + display: block; +} diff --git a/views/hootstream/index.ejs b/views/hootstream/index.ejs index a551fee..a77171d 100644 --- a/views/hootstream/index.ejs +++ b/views/hootstream/index.ejs @@ -7,4 +7,4 @@ <div id="hootevents"> </div> <% include ./templates %> -</div>
\ No newline at end of file +</div> diff --git a/views/pages/stream.ejs b/views/pages/stream.ejs index d9d70eb..b456ddd 100644 --- a/views/pages/stream.ejs +++ b/views/pages/stream.ejs @@ -9,7 +9,7 @@ <link rel="stylesheet" href="/assets/css/audioplayer.css"> <meta name="_csrf" value="<%= csrfToken %>"> </head> -<body class="loading"> +<body class="loading stream"> <header> <a href="/stream" class="headline"><h1><%= title %></h1></a> |
