mirror of
https://github.com/aljazceru/nostr-profile-manager.git
synced 2025-12-17 05:34:20 +01:00
rename index.htm to index.html and remove a border radius.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"lint": "eslint src/ --ext .js,.jsx,.ts,.tsx",
|
||||
"build-js": "esbuild src/index.ts --bundle --minify --sourcemap=external --outfile=dist/index.js",
|
||||
"build-css": "yarn sass src/style.scss dist/style.css --style compressed",
|
||||
"build-html": "cp src/index.htm dist/index.htm",
|
||||
"build-html": "cp src/index.html dist/index.html",
|
||||
"build": "rm -rf dist && yarn build-js && yarn build-css && yarn build-html && cp -r src/img dist/img",
|
||||
"test": "yarn jest",
|
||||
"serve": "rm -rf dist && yarn build-css && yarn build-html && cp -r src/img dist/img && yarn build-js --servedir=dist",
|
||||
|
||||
@@ -61,7 +61,6 @@ img[src=""] {
|
||||
.profile-summary-card {
|
||||
img {
|
||||
max-width: 75px;
|
||||
border-radius: 38px;
|
||||
float: left;
|
||||
margin: 10px 10px 10px 0;
|
||||
}
|
||||
@@ -108,4 +107,4 @@ img[src=""] {
|
||||
float: left;
|
||||
margin: 10px 10px 10px 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user