We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8edf731 + 2932a24 commit 44117d1Copy full SHA for 44117d1
app.css
@@ -100,10 +100,12 @@ navbar.unsupported {
100
font-family: "Courier New", Courier, monospace;
101
position: absolute;
102
top: -11px;
103
- transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) .3s;
+ transition: all cubic-bezier(0.165, 0.84, 0.44, 1) .3s;
104
right: 20px;
105
box-sizing: border-box;
106
height: 40px;
107
+ opacity: 0;
108
+ visibility: hidden;
109
}
110
111
.electronSearchText-input {
@@ -124,4 +126,6 @@ navbar.unsupported {
124
126
.electronSearchText-visible {
125
127
transform: translateY(33px);
128
display: block;
129
+ opacity: 1;
130
+ visibility: visible;
131
0 commit comments