Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc0fdeb0

Browse files
blog toc width fix (#1385)
1 parenta16ff70 commitc0fdeb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎pgml-dashboard/src/components/pages/article/index/template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h1 class="text-md-start text-center"><%- title %></h1>
105105
</div>
106106

107107
<divclass="row position-relative">
108-
<articleclass="docs col-12 col-xxl-10 overflow-x-auto py-4 px-xl-5 mx-auto">
108+
<articleclass="docs col-12 col-xxl-9 overflow-x-auto py-4 px-xl-5 mx-auto">
109109
<% if document_not_found {%>
110110
<divclass="show">
111111
<h2>Oops, document not found!</h2>
@@ -128,7 +128,7 @@ <h2 class="h2 mb-3">Have Questions?</h2>
128128
</article>
129129

130130
<% if !toc.is_empty() && is_blog { %>
131-
<divclass="d-none d-xxl-block col-2 position-sticky stick-under-topnav h-100 z-1">
131+
<divclass="d-none d-xxl-block col-3 position-sticky stick-under-topnav h-100 z-1">
132132
<%+ Toc::new(&toc)%>
133133
</div>
134134
<% } %>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp