.diff-item::before {
    content: '';
    position: absolute;
    right: 0;
    width: 2.5px;
    height: 100%;
    background: #2f52ef;
}
.diff-item {
    position: relative;
}
body {
    overflow-x: hidden;
}