#215, Fix menu translateX for RTL (negative X)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
{{ partial "docs/inject/head" . }}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body dir={{ .Site.Language.LanguageDirection }}>
|
||||
<input type="checkbox" class="hidden" id="menu-control" />
|
||||
<main class="container flex">
|
||||
<aside class="book-menu">
|
||||
|
||||
Reference in New Issue
Block a user