diff options
Diffstat (limited to 'views/partials/hootstream.ejs')
| -rw-r--r-- | views/partials/hootstream.ejs | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/views/partials/hootstream.ejs b/views/partials/hootstream.ejs index 988df01..208e1ca 100644 --- a/views/partials/hootstream.ejs +++ b/views/partials/hootstream.ejs @@ -108,7 +108,7 @@ color: #def; opacity: 0.8; text-align: right; - width: 50px; + width: 6rem; whitespace: nowrap; overflow: hidden; text-overflow: ellipsis; @@ -228,9 +228,17 @@ left: 0; z-index: -1; } - #hootevents table td.age { - align-items: center; - } + #hootevents table td.age { + align-items: center; + } + + /** Misc */ + #hootevents code, #hootevents pre { + background: rgba(127,127,127,0.2); + border: 1px solid rgba(127,127,127,0.2); + margin: 0.25rem; + padding: 0.5rem; + } /** HOOT FORM */ |
