From dc20fcae8dde09d5af4079af69a82f9f7f61957e Mon Sep 17 00:00:00 2001 From: Brandon Fowler Date: Thu, 25 Apr 2024 05:10:28 -0400 Subject: [PATCH] Keep constant height --- static/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/index.css b/static/index.css index 7f60e9e..e6827d9 100644 --- a/static/index.css +++ b/static/index.css @@ -94,6 +94,7 @@ footer, #out { [role="row"]:target .all, [role="row"]:target .direct, [role="row"]:target .indirect { + padding: 10px 8px; border-top-width: 3px; border-bottom-width: 3px; border-color: #36c; @@ -144,6 +145,13 @@ footer, #out { display: none; } + [role="row"]:target .type, + [role="row"]:target .all, + [role="row"]:target .direct, + [role="row"]:target .indirect { + padding: 11px 8px; + } + [role="row"]:target .type { border-right-width: 3px; border-bottom-width: 1px;