We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8c13f commit 2932a24Copy full SHA for 2932a24
1 file changed
app.css
@@ -105,6 +105,7 @@ navbar.unsupported {
105
box-sizing: border-box;
106
height: 40px;
107
opacity: 0;
108
+ visibility: hidden;
109
}
110
111
.electronSearchText-input {
@@ -126,4 +127,5 @@ navbar.unsupported {
126
127
transform: translateY(33px);
128
display: block;
129
opacity: 1;
130
+ visibility: visible;
131
0 commit comments