1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00

fix icon width

This commit is contained in:
lana-k
2022-07-01 21:01:02 +02:00
parent f0a4212e2b
commit 289a727cbe
2 changed files with 5 additions and 2 deletions

6
package-lock.json generated
View File

@@ -6,7 +6,7 @@
"packages": {
"": {
"name": "sqliteviz",
"version": "0.18.0",
"version": "0.18.1",
"license": "Apache-2.0",
"dependencies": {
"codemirror": "^5.57.0",
@@ -59,7 +59,9 @@
"worker-loader": "^3.0.8"
}
},
"lib/sql-js": {},
"lib/sql-js": {
"name": "sql.js"
},
"node_modules/@achrinza/node-ipc": {
"version": "9.2.2",
"resolved": "https://registry.npmjs.org/@achrinza/node-ipc/-/node-ipc-9.2.2.tgz",

View File

@@ -62,6 +62,7 @@ export default {
<style scoped>
#app-info-icon {
cursor: pointer;
width: 24px;
}
#app-info-container {
display: flex;