Skip to content

Commit

Permalink
Update bracket connections to not overlap into boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
slmnio committed Mar 30, 2023
1 parent c8cbddb commit 0edc381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/components/website/bracket/Bracket.vue
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ export default {
justify-content: center;
align-items: center;
transition: opacity 150ms ease, border-color 150ms ease, background-color 150ms ease;
overflow: hidden;
}
/*.bracket >>> .connection.dir-up { background-color: rgba(255,255,0,0.25); }*/
/*.bracket >>> .connection.dir-down { background-color: rgba(0, 255,255,0.25); }*/
Expand Down

0 comments on commit 0edc381

Please sign in to comment.