fix home docs page button on mobile & tablet (#19646)
This commit is contained in:
parent
d7e94ea4b8
commit
97849f96e3
|
@ -1052,6 +1052,9 @@ dd
|
||||||
a.issue
|
a.issue
|
||||||
margin-left: 0px
|
margin-left: 0px
|
||||||
|
|
||||||
|
.gridPageHome .flyout-button
|
||||||
|
display: none
|
||||||
|
|
||||||
.feedback--no
|
.feedback--no
|
||||||
margin-left: 1em
|
margin-left: 1em
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ title: Kubernetes Documentation
|
||||||
noedit: true
|
noedit: true
|
||||||
cid: docsHome
|
cid: docsHome
|
||||||
layout: docsportal_home
|
layout: docsportal_home
|
||||||
class: gridPage
|
class: gridPage gridPageHome
|
||||||
linkTitle: "Home"
|
linkTitle: "Home"
|
||||||
main_menu: true
|
main_menu: true
|
||||||
weight: 10
|
weight: 10
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
{{- if .Params.deprecated }}
|
{{- if .Params.deprecated }}
|
||||||
<link rel="stylesheet" href="{{ "css/deprecation-warning.css" | relURL }}">
|
<link rel="stylesheet" href="{{ "css/deprecation-warning.css" | relURL }}">
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if eq .Params.class "gridPage" }}
|
{{- if or (eq .Params.class "gridPage") (eq .Params.class "gridPage gridPageHome") }}
|
||||||
<link rel="stylesheet" href="{{ "css/gridpage.css" | relURL }}">
|
<link rel="stylesheet" href="{{ "css/gridpage.css" | relURL }}">
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if eq .Params.class "training" }}
|
{{- if eq .Params.class "training" }}
|
||||||
|
|
Loading…
Reference in New Issue