Skip to content

Commit 44117d1

Browse files
authored
Merge pull request #9 from alxtz/FixSearchBarDisplay
Modified app.css
2 parents 8edf731 + 2932a24 commit 44117d1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,12 @@ navbar.unsupported {
100100
font-family: "Courier New", Courier, monospace;
101101
position: absolute;
102102
top: -11px;
103-
transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) .3s;
103+
transition: all cubic-bezier(0.165, 0.84, 0.44, 1) .3s;
104104
right: 20px;
105105
box-sizing: border-box;
106106
height: 40px;
107+
opacity: 0;
108+
visibility: hidden;
107109
}
108110

109111
.electronSearchText-input {
@@ -124,4 +126,6 @@ navbar.unsupported {
124126
.electronSearchText-visible {
125127
transform: translateY(33px);
126128
display: block;
129+
opacity: 1;
130+
visibility: visible;
127131
}

0 commit comments

Comments
 (0)