From fa65768e1c8ecd4cea985587fed9f7f481f0b247 Mon Sep 17 00:00:00 2001 From: guofeilong Date: Thu, 20 Apr 2023 08:57:23 +0800 Subject: [PATCH] * Code for bug #34267 . --- module/doc/css/view.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/doc/css/view.css b/module/doc/css/view.css index 54dddbceca..c25c1d1c60 100644 --- a/module/doc/css/view.css +++ b/module/doc/css/view.css @@ -8,7 +8,7 @@ .main-col .doc-title .version .dropdown-menu a:hover {color: #ffffff;} .main-col .doc-title .actions a + a {margin-left: 0px;} .main-col .doc-title .actions i {font-size: 15px; color: #8c8c8c;} -#content .title {max-width: 54%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} +#content .title {max-width: 40%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} #mainContent .scrollbar-hover {max-height: 2000px; overflow: scroll;} #content .editor-preview {background: #fff} #content .CodeMirror{border: none} @@ -32,7 +32,7 @@ .outline-toggle {position: absolute; right: 20px; top: 50px;} .outline-toggle i.icon-angle-right:before {content: "\e314"; cursor: pointer;} .outline-toggle i.icon-angle-left:before {content: "\e315"; cursor: pointer;} -.outline-toggle {position: absolute; right: 55px; top: 50px;} +.outline-toggle {position: absolute; right: 55px; top: 50px; background: #fff;} .outline ul li {list-style: none;} .outline-content {display: none; padding-top: 18px;} .outline-content a {color: #838A9D;}