diff options
Diffstat (limited to 'views')
| -rw-r--r-- | views/partials/hootstream.ejs | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/views/partials/hootstream.ejs b/views/partials/hootstream.ejs index 208e1ca..7d09e4a 100644 --- a/views/partials/hootstream.ejs +++ b/views/partials/hootstream.ejs @@ -179,8 +179,8 @@ margin: 0; } #hootevents table { - width: calc(100% - 24px); - margin-left: 24px; + width: calc(100% - 6.75rem); + margin-left: 8rem; margin-bottom: 0.5rem; } #hootevents table td:first-of-type { @@ -193,13 +193,15 @@ } #hootevents table td { border-top: 1px solid; - border-bottom: 1px solid; padding: 0.5rem; white-space: nowrap; } #hootevents table td:last-of-type { border-right: 1px solid; } + #hootevents table tr:last-of-type td { + border-bottom: 1px solid; + } #hootevents table { margin-top: 1rem; |
