mirror of https://github.com/Nevysha/Cozy-Nest.git
fix build cycle
parent
1f5f3f6255
commit
84780363be
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,15 @@
|
|||
body {
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
.nevysha.skip-interrupt-wrapper {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.nevysha.skip-interrupt-wrapper button {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
#tooltip-container {
|
||||
margin-top: 25px;
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
|
After Width: | Height: | Size: 5.9 KiB |
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Vite App</title>
|
||||
<script type="module" crossorigin src="/cozy-nest-client/assets/index.js"></script>
|
||||
<link rel="stylesheet" href="/cozy-nest-client/assets/index.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue