mirror of
https://github.com/usememos/memos.git
synced 2025-01-03 02:55:16 +08:00
chore: update mask animation styles (#306)
This commit is contained in:
parent
ab182dc22a
commit
c7378e78d9
1 changed files with 2 additions and 2 deletions
|
@ -22,9 +22,9 @@
|
|||
}
|
||||
|
||||
.mask {
|
||||
@apply fixed top-0 right-0 w-screen h-screen bg-transparent transition-all duration-300 z-0 sm:hidden;
|
||||
@apply fixed top-0 left-0 w-screen h-screen bg-black opacity-0 transition-opacity duration-300 pointer-events-none z-20 sm:hidden;
|
||||
|
||||
&.show {
|
||||
@apply z-20 bg-black opacity-60;
|
||||
@apply opacity-60 pointer-events-auto;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue