mirror of
https://github.com/usememos/memos.git
synced 2024-12-20 09:41:58 +03:00
chore: update mask animation styles (#306)
This commit is contained in:
parent
ab182dc22a
commit
c7378e78d9
@ -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 New Issue
Block a user