2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-06-27 13:33:13 +00:00
This commit is contained in:
2024-06-13 19:25:59 +03:00
parent 10fd719902
commit 41bd0591e3
3 changed files with 34 additions and 5 deletions

View File

@ -7,6 +7,9 @@
html {
font-family: def;
}
body {
overflow: hidden;
}
i-router {
height: 100vh;
@ -31,7 +34,7 @@ i-app {
color: #000000;
background: #e3e3e3;
font-size: 32px;
width: 500px;
width: calc(100% - 50px);
}
canvas {