Commit 46526da
authored
Use opacity transition instead of display:none (#2223)
## Background
I'm hiding the info message on keydown in the codemirror because it
sorta overlaps with the space for the query, and if you've seen and
started writing it you don't need it that much anymore.
Not my best work, but it's okay before the designers have an idea how to
compose it nicely.
## Description
This PR changes from `hidden` to `opacity-0` class to reduce the layout
shift and make it more pleasing to the eyes.1 parent 6ae6c00 commit 46526da
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
0 commit comments