diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-29 20:34:37 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-29 20:34:37 +0200 |
| commit | 8e23c4ce02dc39b4e116d2680a9c6b780c6d0d04 (patch) | |
| tree | 4ca174757c7dc729c3332ea22fe07756999d3035 /public/assets/css | |
| parent | 1982d84676c856627a6f300c0088862a70d798bb (diff) | |
filter styling
Diffstat (limited to 'public/assets/css')
| -rw-r--r-- | public/assets/css/hootstream.css | 34 |
1 files changed, 31 insertions, 3 deletions
diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css index a62e206..f3c4581 100644 --- a/public/assets/css/hootstream.css +++ b/public/assets/css/hootstream.css @@ -555,15 +555,43 @@ body { overflow-x: hidden; } + + /** Hoot Form */ #hootform { margin-bottom: 0rem; margin-left: 0; } - #hootevents { - padding-right: 0; + + /** Ho0t FILTERs */ + #hootfilters { + justify-content: space-evenly; + margin-top: 0; + margin-bottom: 0.5rem; + font-size: 0.875rem; + } + #hootfilters .filterSet { + margin: 0.5rem 0.5rem; } #hootfilters .links { - margin: 0rem 0.75rem 0 0.75rem; + margin: 0.5rem 1rem; + width: 100%; + justify-content: space-evenly; + } + #hootfilters .filter, + #hootfilters .sort label { + background: rgba(127, 127, 167, 0.4); + border-radius: 0.5rem; + padding: 0.375rem 0.5rem; + } + + /** hOoOt STReAM */ + #hootstream { + margin-top: 1.5rem; + } + + /** hoot EVENTS */ + #hootevents { + padding-right: 0; } #hootevents .userLink { display: none; |
