* Adjust the doc view width under the different resolutions.

This commit is contained in:
hufangzhou
2021-04-13 14:34:13 +08:00
parent 2a6baf63ab
commit 6db0f8b470
+2 -2
View File
@@ -15,8 +15,8 @@
.main-col .doc-title .version .dropdown-menu a:hover {color: #ffffff;}
.main-col .doc-title .actions a {margin-right: 8px;}
.main-col .doc-title .actions i {font-size: 15px; color: #8c8c8c;}
#sidebar {width: 265px;}
#sidebar>.cell {width: 265px;}
#sidebar {width: 275px;}
#sidebar>.cell {width: 100%;}
#sidebar>.sidebar-toggle {left: 3px; right: auto;}
.hide-sidebar #sidebar>.cell {left: -270px;}
.hide-sidebar #sidebar>.sidebar-toggle>.icon:before {content: "\e314";}