Skip to content

Commit

Permalink
Revert "fix: alignment issue #88 #89" (#95)
Browse files Browse the repository at this point in the history
This reverts commit ced055e.
  • Loading branch information
unimu-cic committed Nov 25, 2023
1 parent 43a11ac commit fee4262
Showing 1 changed file with 1 addition and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,42 +56,11 @@ onUpdated(() => {
border-right-width: 7px;
}
.occurrence .interaction.sync.self {
border-left-width: 7px;
}
.occurrence {
.interaction.sync.self {
border-left-width: 7px;
}
.interaction.async {
border-right-width: 0;
}
}
.occurrence {
.occurrence {
.interaction.sync.self {
border-left-width: 7px;
}
.interaction.async {
border-right-width: 7px;
}
}
}
.interaction.sync.self {
border-left-width: 0;
}
.interaction.async {
border-left-width: 8px;
}
.interaction.sync.right-to-left {
/* This border width configuration make sure the content width is
the same as from the source occurrence's right border to target
occurrence's left boarder (boarder not inclusive).*/
border-right-width: 7px;
border-right-width: 0;
border-left-width: 7px;
}
Expand Down

0 comments on commit fee4262

Please sign in to comment.