extension updates

This commit is contained in:
ojack
2023-08-30 12:19:31 +02:00
parent ff09fc9b8f
commit 456dd7c493
4 changed files with 17 additions and 15 deletions

File diff suppressed because one or more lines are too long

6
dist/css/modal.css vendored
View File

@@ -217,14 +217,14 @@ transition: width 1s;
} }
.extension-list-item { .extension-list-item {
cursor: pointer; /* cursor: pointer; */
margin: 1px; margin: 1px;
padding: 5px; padding: 1px;
overflow: hidden; overflow: hidden;
} }
.extension-list-item:hover { .extension-list-item:hover {
/* background: white; */ background: #111;
/* color: black; */ /* color: black; */
/* border: solid white 1px; */ /* border: solid white 1px; */
} }

2
dist/index.html vendored
View File

@@ -27,7 +27,7 @@
<link rel="stylesheet" href="./css/modal.css"> <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" /> <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> </head>
<body> <body>
</body> </body>

View File

@@ -6,7 +6,7 @@
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"build": "vite build", "build": "vite build",
"dev": "vite .", "dev": "vite . --host",
"publish": "git subtree push --prefix=dist origin gh-pages" "publish": "git subtree push --prefix=dist origin gh-pages"
}, },
"author": "", "author": "",