From 66863773c712de08348aa997f22caed21987922f Mon Sep 17 00:00:00 2001 From: julian laplace Date: Wed, 26 Oct 2022 03:41:31 +0200 Subject: css --- views/partials/hootstream.ejs | 8 +++++--- 1 file 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; -- cgit v1.2.3-70-g09d2