diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-26 03:41:31 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-26 03:41:31 +0200 |
| commit | 66863773c712de08348aa997f22caed21987922f (patch) | |
| tree | 01b581d7c23a186790709b76b47781f27130c02b /views | |
| parent | 1850f78ba2f20e6e490364650977fe9fb1afa423 (diff) | |
css
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; |
