Skip to content

Commit 6a13f17

Browse files
committed
fix(sidebar): update transform syntax for improved compatibility
1 parent 8e1e446 commit 6a13f17

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

assets/css/compiled/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

layouts/_partials/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{{- end -}}
2121
{{- end -}}
2222

23-
<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 }}">
23+
<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 }}">
2424
{{- if (site.Params.search.enable | default true) -}}
2525
<!-- Search bar on small screen -->
2626
<div class="hx:px-4 hx:pt-4 hx:md:hidden">

0 commit comments

Comments
 (0)