mirror of
https://github.com/wah-su/mstickers.git
synced 2025-05-01 02:19:36 +05:00
fixed element instruction overlay
This commit is contained in:
parent
1a9f903e6f
commit
a4c0a0ce14
2 changed files with 22 additions and 2 deletions
|
@ -600,6 +600,18 @@ video {
|
|||
inset: 0px;
|
||||
}
|
||||
|
||||
.top-0 {
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
.top-16 {
|
||||
top: 4rem;
|
||||
}
|
||||
|
||||
.top-8 {
|
||||
top: 2rem;
|
||||
}
|
||||
|
||||
.-z-10 {
|
||||
z-index: -10;
|
||||
}
|
||||
|
@ -922,6 +934,14 @@ video {
|
|||
top: 25%;
|
||||
}
|
||||
|
||||
.md\:top-64 {
|
||||
top: 16rem;
|
||||
}
|
||||
|
||||
.md\:top-32 {
|
||||
top: 8rem;
|
||||
}
|
||||
|
||||
.md\:w-\[600px\] {
|
||||
width: 600px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue