Skip to content

Commit e55b8df

Browse files
committed
Add border radius for wiki pages
1 parent 91699a9 commit e55b8df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repo/wiki/view.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@
6666

6767
<div class="wiki-content-parts">
6868
{{if .sidebarTocContent}}
69-
<div class="markup wiki-content-sidebar wiki-content-toc">
69+
<div class="markup wiki-content-sidebar wiki-content-toc tw-rounded">
7070
{{.sidebarTocContent | SafeHTML}}
7171
</div>
7272
{{end}}
7373

74-
<div class="markup wiki-content-main {{if or .sidebarTocContent .sidebarPresent}}with-sidebar{{end}}">
74+
<div class="markup wiki-content-main tw-rounded {{if or .sidebarTocContent .sidebarPresent}}with-sidebar{{end}}">
7575
{{template "repo/unicode_escape_prompt" dict "EscapeStatus" .EscapeStatus "root" $}}
7676
{{.content | SafeHTML}}
7777
</div>

0 commit comments

Comments
 (0)