fix(v2): make border right of doc sidebar equals doc page (#2626)

This commit is contained in:
Alexey Pyltsyn 2020-04-19 16:28:35 +03:00 committed by GitHub
parent 2c4490a1ff
commit 52d15e0f7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
box-sizing: border-box;
width: 300px;
position: relative;
top: calc(-1 * var(--ifm-navbar-height));
margin-top: calc(-1 * var(--ifm-navbar-height));
}
.docMainContainer {