1
0

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

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);