Improve sidebars (#879)

This commit is contained in:
pollfly 2024-07-18 10:08:39 +03:00 committed by GitHub
parent be8d3499a0
commit bcca59e059
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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