소스 검색

HUE-8800 [docs] Fix content size for right hand side toc.

jdesjean 6 년 전
부모
커밋
daab25929c
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 0
      docs/docs-site/static/css/theme-hue.css
  2. 0 1
      docs/docs-site/themes/hugo-theme-learn/static/css/theme.css

+ 4 - 0
docs/docs-site/static/css/theme-hue.css

@@ -130,4 +130,8 @@ a:hover {
 
 .toc header {
   padding-right: 15px;
+}
+
+#body-inner {
+  width: calc(100% - 300px);
 }

+ 0 - 1
docs/docs-site/themes/hugo-theme-learn/static/css/theme.css

@@ -411,7 +411,6 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ
     right: 0;
 }
 #body-inner {
-    width: calc(100% - 300px);
     margin-bottom: 5rem;
 }
 #chapter {