mirror of
https://github.com/clearml/clearml-docs
synced 2025-02-12 07:25:44 +00:00
Fix sidebar width issue (#878)
This commit is contained in:
parent
fa0003eb82
commit
be8d3499a0
@ -92,11 +92,11 @@ 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;
|
/* margin: 0 auto;*/
|
||||||
max-width: var(--max-page-width);
|
/* max-width: var(--max-page-width);*/
|
||||||
}
|
/*}*/
|
||||||
|
|
||||||
|
|
||||||
/* Scrollbar style in dark-mode */
|
/* Scrollbar style in dark-mode */
|
||||||
|
Loading…
Reference in New Issue
Block a user