Fix changelog-bar overflowing (#1115)

This commit is contained in:
Nitro 2023-05-06 20:24:32 +06:00 committed by GitHub
parent d9b3ba0ff2
commit afc95d99cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,6 +147,13 @@ function switchPage(page) {
position: relative;
padding-left: 1.8rem;
&:last-child {
.changelog-bar.duplicate {
height: 100%;
background: transparent;
}
}
.changelog-bar {
--color: var(--color-special-green);