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 1818</ head >
1919< body >
2020</ 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 ; ">
2222 {{ partial "menu.html" . }}
2323 {{- partial "toolbar.html" . -}}
2424 < v-content >
25- < v-container class ="fluid pa-4 ">
25+ < v-container class ="fluid pa-4 " style =" padding-top: 0 !important; " >
2626 < v-container class ="ma-1 pa-1 ">
2727 {{- partial "menu-contextual.html" . -}}
2828 {{- block "main" . }}{{- end }}
Original file line number Diff line number Diff line change 11{{ define "main" }}
2- < v-card class ="DocSearch-content ">
2+ < v-card flat class ="DocSearch-content ">
33 < v-card-text >
44 {{ if not .Params.disable_breadcrumbs }}
55 {{ partial "breadcrumb_recursive.html" (dict "menu" .Site.Menus.main "page" . ) }}
Original file line number Diff line number Diff line change 11{{ define "main" }}
2- < v-card class ="DocSearch-content ">
2+ < v-card flat class ="DocSearch-content ">
33 < v-card-text >
44 {{ if not .Params.disable_breadcrumbs }}
55 {{ partial "breadcrumb_recursive.html" (dict "menu" .Site.Menus.main "page" . ) }}
Original file line number Diff line number Diff line change 33 fixed
44 app
55 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 ; "
77>
88
99 < div class ="fancyScroll pa-0 ma-0 " style ="overflow-y: scroll; overflow-x: hidden;
1010 max-height: 100%; " >
1111
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 >
1313
1414 < ul class ="lefttree ">
1515 < li class ="lefttree ">
Original file line number Diff line number Diff line change 55 class ="pr-3 pl-2 navbar "
66 dark
77 style ="background-color: #171730; "
8+ flat
89>
910 < v-toolbar-title style ="width: 260px; " class ="ml-4 pl-0 pt-2 text-xs-center hidden-sm-and-down ">
1011 < 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