diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-27 13:35:14 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-27 13:35:14 +0200 |
| commit | 1045c5c2a724274b150d0a18e07b772eb7b740e5 (patch) | |
| tree | 440cf052416c840df36a18a3c5f1bd6c90da524a /public | |
| parent | 6d672ffa9d7df081034dc5afda6ee7eab829dd7d (diff) | |
inline image css
Diffstat (limited to 'public')
| -rw-r--r-- | public/assets/css/hootstream.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css index a9fc5fd..9cd3be3 100644 --- a/public/assets/css/hootstream.css +++ b/public/assets/css/hootstream.css @@ -54,6 +54,9 @@ .hoot:hover > .text { opacity: 1 !important; } +#hootevents .hootText img { + max-width: 100%; +} /** metadata */ |
