mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Merge branch 'preview-fixes'
This commit is contained in:
commit
8c9c89e753
@ -171,6 +171,9 @@ export default Vue.extend({
|
||||
@import 'common';
|
||||
|
||||
@keyframes navbar-popup-in {
|
||||
1% {
|
||||
pointer-events: initial;
|
||||
}
|
||||
to {
|
||||
pointer-events: initial;
|
||||
}
|
||||
@ -304,7 +307,7 @@ export default Vue.extend({
|
||||
.popup-container {
|
||||
top: 100%;
|
||||
> .popup {
|
||||
animation: navbar-popup-in 0.2s ease-out 0.2s both;
|
||||
animation: navbar-popup-in 0.2s ease-out 0.15s both;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user