moved rrweb-player into packages/rrweb-player

This commit is contained in:
Mark-fenng
2026-04-01 12:00:00 +08:00
parent ec423f29d0
commit 2ef99ed976
16 changed files with 0 additions and 1524 deletions

View File

@@ -0,0 +1,12 @@
html,
body {
position: relative;
width: 100%;
height: 100%;
}
body {
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}