Skip to content

Commit 2f54d29

Browse files
committed
refactor: fixed documentation style - removed shadows
- removed shadow below toolbar - removed shadow around main content div - made background around main content div white
1 parent f449b78 commit 2f54d29

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

layouts/_default/baseof.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
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 }}

layouts/_default/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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" . ) }}

layouts/_default/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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" . ) }}

themes/doc-theme/layouts/partials/menu.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
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">

themes/doc-theme/layouts/partials/toolbar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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="">

0 commit comments

Comments
 (0)