Fix sidebar width issue (#878)

This commit is contained in:
pollfly 2024-07-17 12:47:54 +03:00 committed by GitHub
parent fa0003eb82
commit be8d3499a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,11 +92,11 @@ html[data-theme="dark"] a:hover {
/* sidebar & content in the center of the page */
.navbar__inner,
.main-wrapper > div {
margin: 0 auto;
max-width: var(--max-page-width);
}
/*.navbar__inner,*/
/*.main-wrapper > div {*/
/* margin: 0 auto;*/
/* max-width: var(--max-page-width);*/
/*}*/
/* Scrollbar style in dark-mode */