Skip to content

Commit

Permalink
Keep constant height
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonXLF committed Apr 25, 2024
1 parent ca078a5 commit dc20fca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit dc20fca

Please sign in to comment.