diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-29 23:05:30 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-29 23:05:30 +0200 |
| commit | e3470c87f08b8f3134716c5a16daad4a2c572212 (patch) | |
| tree | 90a825820031cfa58367dde5927b220fcbc8d1eb | |
| parent | 7cf7fe2625e11f0368b0d48a84432766da671cd0 (diff) | |
show search form
| -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> |
