web #1

Merged
shafin808s merged 35 commits from web into main 2026-03-11 20:41:06 +00:00
197 changed files with 97722 additions and 2757 deletions
Showing only changes of commit bd3974e2f0 - Show all commits

View File

@ -39,6 +39,12 @@ const STYLES = `
animation: invSlideUp 0.38s cubic-bezier(0.34,1.56,0.64,1) both;
position: relative;
}
@media (min-width: 1024px) {
.inv-sheet {
max-width: 1000px;
}
}
@keyframes invSlideUp {
from { transform: translateY(100%); opacity:0; }
to { transform: translateY(0); opacity:1; }