mirror of
https://github.com/hydra-synth/hydra.git
synced 2025-12-05 14:30:03 +01:00
extension updates
This commit is contained in:
File diff suppressed because one or more lines are too long
6
dist/css/modal.css
vendored
6
dist/css/modal.css
vendored
@@ -217,14 +217,14 @@ transition: width 1s;
|
||||
}
|
||||
|
||||
.extension-list-item {
|
||||
cursor: pointer;
|
||||
/* cursor: pointer; */
|
||||
margin: 1px;
|
||||
padding: 5px;
|
||||
padding: 1px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.extension-list-item:hover {
|
||||
/* background: white; */
|
||||
background: #111;
|
||||
/* color: black; */
|
||||
/* border: solid white 1px; */
|
||||
}
|
||||
|
||||
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -27,7 +27,7 @@
|
||||
<link rel="stylesheet" href="./css/modal.css">
|
||||
<link rel="shortcut icon" type="image/png" href="https://cdn.glitch.com/597fe374-3d18-46a5-b99c-ceff1f8ffd79%2Ffavicon.png?1530891352785" />
|
||||
|
||||
<script type="module" crossorigin src="./assets/index-2eb46068.js"></script>
|
||||
<script type="module" crossorigin src="./assets/index-2b6e3d14.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "vite build",
|
||||
"dev": "vite .",
|
||||
"dev": "vite . --host",
|
||||
"publish": "git subtree push --prefix=dist origin gh-pages"
|
||||
},
|
||||
"author": "",
|
||||
|
||||
Reference in New Issue
Block a user