File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
themes/doc-theme/layouts/partials Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 18
18
</ head >
19
19
< body >
20
20
</ script >
21
- < v-app id ="app " class ="grey lighten-5 " v-cloak stylse =" display: none ; ">
21
+ < v-app id ="app " class ="" v-cloak style =" background-color: white ; ">
22
22
{{ partial "menu.html" . }}
23
23
{{- partial "toolbar.html" . -}}
24
24
< v-content >
25
- < v-container class ="fluid pa-4 ">
25
+ < v-container class ="fluid pa-4 " style =" padding-top: 0 !important; " >
26
26
< v-container class ="ma-1 pa-1 ">
27
27
{{- partial "menu-contextual.html" . -}}
28
28
{{- block "main" . }}{{- end }}
Original file line number Diff line number Diff line change 1
1
{{ define "main" }}
2
- < v-card class ="DocSearch-content ">
2
+ < v-card flat class ="DocSearch-content ">
3
3
< v-card-text >
4
4
{{ if not .Params.disable_breadcrumbs }}
5
5
{{ partial "breadcrumb_recursive.html" (dict "menu" .Site.Menus.main "page" . ) }}
Original file line number Diff line number Diff line change 1
1
{{ define "main" }}
2
- < v-card class ="DocSearch-content ">
2
+ < v-card flat class ="DocSearch-content ">
3
3
< v-card-text >
4
4
{{ if not .Params.disable_breadcrumbs }}
5
5
{{ partial "breadcrumb_recursive.html" (dict "menu" .Site.Menus.main "page" . ) }}
Original file line number Diff line number Diff line change 3
3
fixed
4
4
app
5
5
class ="lighten-4 pt-0 "
6
- style ="overflow-y: hidden; overflow-x: hidden;margin-top:70px ; "
6
+ style ="overflow-y: hidden; overflow-x: hidden;margin-top:68px ; "
7
7
>
8
8
9
9
< div class ="fancyScroll pa-0 ma-0 " style ="overflow-y: scroll; overflow-x: hidden;
10
10
max-height: 100%; " >
11
11
12
- < v-divider class ="grey lighten-1 mr-2 ml-1 mb-4 "> </ v-divider >
12
+ < v-divider class ="mr-2 ml-1 mb-4 " style =" border: 0 "> </ v-divider >
13
13
14
14
< ul class ="lefttree ">
15
15
< li class ="lefttree ">
Original file line number Diff line number Diff line change 5
5
class ="pr-3 pl-2 navbar "
6
6
dark
7
7
style ="background-color: #171730; "
8
+ flat
8
9
>
9
10
< v-toolbar-title style ="width: 260px; " class ="ml-4 pl-0 pt-2 text-xs-center hidden-sm-and-down ">
10
11
< v-img class ="ml-4 " height =48 width =190 src ="/logo.svg " class ="">
You can’t perform that action at this time.
0 commit comments