We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7621ca commit 1575dd4Copy full SHA for 1575dd4
src/hexdocs/view/search.gleam
@@ -67,7 +67,7 @@ pub fn search(model: Model) {
67
html.div(
68
[
69
class(
70
- "w-80 min-h-screen h-full bg-slate-100 dark:bg-slate-800 fixed md:static z-40 -translate-x-full md:translate-x-0 transition-transform duration-300 ease-in-out top-0",
+ "w-80 min-h-screen bg-slate-100 dark:bg-slate-800 fixed md:static z-40 -translate-x-full md:translate-x-0 transition-transform duration-300 ease-in-out top-0",
71
),
72
class(case model.sidebar_opened {
73
True -> "translate-x-0"
0 commit comments