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 /public/assets/css/hootstream.css | |
| parent | 7cf7fe2625e11f0368b0d48a84432766da671cd0 (diff) | |
show search form
Diffstat (limited to 'public/assets/css/hootstream.css')
| -rw-r--r-- | public/assets/css/hootstream.css | 4 |
1 files changed, 4 insertions, 0 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; +} |
