mirror of
https://github.com/thangisme/notes.git
synced 2025-05-17 11:48:22 -04:00
Fixed transition of search overlay
This commit is contained in:
parent
abb7f55794
commit
ab7e53b63f
@ -209,7 +209,7 @@
|
|||||||
height: 0;
|
height: 0;
|
||||||
background-color: rgba(0, 0, 0, 0.2);
|
background-color: rgba(0, 0, 0, 0.2);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity ease 200ms;
|
transition: opacity ease 200ms, width 0s 200ms, height 0s 200ms
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-active {
|
.search-active {
|
||||||
@ -237,5 +237,6 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
transition: opacity ease 200ms, width 0s, height 0s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user