File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 66
66
67
67
<div class="wiki-content-parts">
68
68
{{if .sidebarTocContent}}
69
- <div class="markup wiki-content-sidebar wiki-content-toc tw-rounded ">
69
+ <div class="markup wiki-content-sidebar wiki-content-toc">
70
70
{{.sidebarTocContent | SafeHTML}}
71
71
</div>
72
72
{{end}}
73
73
74
- <div class="markup wiki-content-main tw-rounded {{if or .sidebarTocContent .sidebarPresent}}with-sidebar{{end}}">
74
+ <div class="markup wiki-content-main {{if or .sidebarTocContent .sidebarPresent}}with-sidebar{{end}}">
75
75
{{template "repo/unicode_escape_prompt" dict "EscapeStatus" .EscapeStatus "root" $}}
76
76
{{.content | SafeHTML}}
77
77
</div>
Original file line number Diff line number Diff line change 21
21
22
22
.repository .wiki .wiki-content-parts .markup {
23
23
border : 1px solid var (--color-secondary );
24
+ border-radius : var (--border-radius );
24
25
padding : 1em ;
25
26
margin-top : 1em ;
26
27
font-size : 1em ;
You can’t perform that action at this time.
0 commit comments