moved rrweb-player into packages/rrweb-player

This commit is contained in:
Mark-fenng
2021-07-22 18:09:32 +08:00
parent 66e90f51f7
commit 407c09ed37
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;
}