fix(sidebar): update transform syntax for improved compatibility
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -20,7 +20,7 @@
|
|||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
<aside class="hextra-sidebar-container hx:flex hx:flex-col hx:print:hidden hx:md:top-16 hx:md:shrink-0 hx:md:w-64 hx:md:self-start hx:max-md:transform-[translate3d(0,-100%,0)] {{ $sidebarClass }}">
|
<aside class="hextra-sidebar-container hx:flex hx:flex-col hx:print:hidden hx:md:top-16 hx:md:shrink-0 hx:md:w-64 hx:md:self-start hx:max-md:[transform:translate3d(0,-100%,0)] {{ $sidebarClass }}">
|
||||||
{{- if (site.Params.search.enable | default true) -}}
|
{{- if (site.Params.search.enable | default true) -}}
|
||||||
<!-- Search bar on small screen -->
|
<!-- Search bar on small screen -->
|
||||||
<div class="hx:px-4 hx:pt-4 hx:md:hidden">
|
<div class="hx:px-4 hx:pt-4 hx:md:hidden">
|
||||||
|
|||||||
Reference in New Issue
Block a user