Skip to content

Commit

Permalink
Keep vertical placement
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonXLF committed Apr 25, 2024
1 parent 4b63729 commit 617be14
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,13 @@ footer,
}

.out [role="row"]:target .type {
padding: 10px 10px 10px 6px;
border-left-width: 3px;
border-radius: 4px 0 0 4px;
}

.out [role="row"]:target .indirect {
padding: 10px 6px 10px 10px;
border-right-width: 3px;
border-radius: 0 4px 4px 0;
}
Expand Down Expand Up @@ -145,22 +147,26 @@ footer,
border-radius: 0 0 2px 0;
}

.out [role="row"]:target [role="cell"] {
padding: 11px 8px;
}

.out [role="row"]:target .type {
padding: 10px 8px 12px 8px;
border-right-width: 3px;
border-bottom-width: 1px;
border-radius: 4px 4px 0 0;
}

.out [role="row"]:target .all,
.out [role="row"]:target .direct,
.out [role="row"]:target .indirect {
padding: 12px 8px 10px 8px;
}

.out [role="row"]:target .all {
border-left-width: 3px;
border-radius: 0 0 0 4px;
}

.out [role="row"]:target .indirect {
padding: 12px 6px 10px 10px;
border-radius: 0 0 4px 0;
}
}

0 comments on commit 617be14

Please sign in to comment.