- attempt to fix svg icon by setting explicit height and width in svg property

This commit is contained in:
oonyeje 2025-12-08 16:53:30 -05:00
parent 4b2812ae2a
commit 82aca32ae0
9 changed files with 107 additions and 17 deletions

View File

@ -1,10 +1,10 @@
{ {
"build": { "build": {
"id": "921cf866-d29b-4155-be9c-f7924bbd4e58", "id": "75fdf695-797b-4ddc-a760-f5030508e7bc",
"projectId": "363652e3-9846-4534-acdf-9b2b3c66eec0", "projectId": "363652e3-9846-4534-acdf-9b2b3c66eec0",
"version": 4168, "version": 4180,
"createdAt": "2025-12-07T20:58:42.281+00:00", "createdAt": "2025-12-08T21:52:21.455+00:00",
"updatedAt": "2025-12-07T20:58:42.281+00:00", "updatedAt": "2025-12-08T21:52:21.455+00:00",
"pages": { "pages": {
"meta": { "meta": {
"siteName": "Inasa Healthcare", "siteName": "Inasa Healthcare",
@ -26209,6 +26209,58 @@
"value": 1 "value": 1
} }
} }
],
[
"CrcWNG7sqvoSoCb-cZVuc:8_hh5VMsAyWW46cnpT5HQ:maxWidth:",
{
"breakpointId": "8_hh5VMsAyWW46cnpT5HQ",
"styleSourceId": "CrcWNG7sqvoSoCb-cZVuc",
"property": "maxWidth",
"value": {
"type": "unit",
"unit": "px",
"value": 32
}
}
],
[
"CrcWNG7sqvoSoCb-cZVuc:8_hh5VMsAyWW46cnpT5HQ:maxHeight:",
{
"breakpointId": "8_hh5VMsAyWW46cnpT5HQ",
"styleSourceId": "CrcWNG7sqvoSoCb-cZVuc",
"property": "maxHeight",
"value": {
"type": "unit",
"unit": "px",
"value": 32
}
}
],
[
"CrcWNG7sqvoSoCb-cZVuc:8_hh5VMsAyWW46cnpT5HQ:width:",
{
"breakpointId": "8_hh5VMsAyWW46cnpT5HQ",
"styleSourceId": "CrcWNG7sqvoSoCb-cZVuc",
"property": "width",
"value": {
"type": "unit",
"unit": "%",
"value": 100
}
}
],
[
"CrcWNG7sqvoSoCb-cZVuc:8_hh5VMsAyWW46cnpT5HQ:height:",
{
"breakpointId": "8_hh5VMsAyWW46cnpT5HQ",
"styleSourceId": "CrcWNG7sqvoSoCb-cZVuc",
"property": "height",
"value": {
"type": "unit",
"unit": "%",
"value": 100
}
}
] ]
], ],
"styleSources": [ "styleSources": [
@ -31295,6 +31347,26 @@
"type": "string", "type": "string",
"value": "rect-3" "value": "rect-3"
} }
],
[
"mk-QjmrQjfRdK5hzn_xz4",
{
"id": "mk-QjmrQjfRdK5hzn_xz4",
"instanceId": "N6KBtUCNqrUKgKvdFZhF8",
"name": "width",
"type": "string",
"value": "32"
}
],
[
"Bzpa-tx117AlE1nmRPYVm",
{
"id": "Bzpa-tx117AlE1nmRPYVm",
"instanceId": "N6KBtUCNqrUKgKvdFZhF8",
"name": "height",
"type": "string",
"value": "32"
}
] ]
], ],
"dataSources": [ "dataSources": [

View File

@ -10,7 +10,7 @@ import { Fragment as Fragment_1, Slot as Slot, HtmlEmbed as HtmlEmbed, Image as
export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0"; export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0";
export const lastPublished = "2025-12-07T20:58:42.281Z"; export const lastPublished = "2025-12-08T21:52:21.455Z";
export const siteName = "Inasa Healthcare"; export const siteName = "Inasa Healthcare";
@ -108,7 +108,9 @@ y={"0px"}
viewBox={"0 0 32 32"} viewBox={"0 0 32 32"}
fill={"black"} fill={"black"}
id={"mobile-menu-icon"} id={"mobile-menu-icon"}
className={`w-element c110a4uj`}> width={"32"}
height={"32"}
className={`w-element c110a4uj c39v9qm c1aqrz9t c1w8xp1f c14cftng`}>
<rect <rect
x={"0"} x={"0"}
y={"3"} y={"3"}

View File

@ -2,7 +2,7 @@
export const sitemap = [ export const sitemap = [
{ {
"path": "/", "path": "/",
"lastModified": "2025-12-07" "lastModified": "2025-12-08"
} }
]; ];

View File

@ -10,7 +10,7 @@ import { Link as Link, Body as Body } from "@webstudio-is/sdk-components-react-r
export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0"; export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0";
export const lastPublished = "2025-12-07T20:58:42.281Z"; export const lastPublished = "2025-12-08T21:52:21.455Z";
export const siteName = "Inasa Healthcare"; export const siteName = "Inasa Healthcare";
@ -108,7 +108,9 @@ y={"0px"}
viewBox={"0 0 32 32"} viewBox={"0 0 32 32"}
fill={"black"} fill={"black"}
id={"mobile-menu-icon"} id={"mobile-menu-icon"}
className={`w-element c110a4uj`}> width={"32"}
height={"32"}
className={`w-element c110a4uj c39v9qm c1aqrz9t c1w8xp1f c14cftng`}>
<rect <rect
x={"0"} x={"0"}
y={"3"} y={"3"}

View File

@ -10,7 +10,7 @@ import { Link as Link, Body as Body, RemixForm as RemixForm } from "@webstudio-i
export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0"; export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0";
export const lastPublished = "2025-12-07T20:58:42.281Z"; export const lastPublished = "2025-12-08T21:52:21.455Z";
export const siteName = "Inasa Healthcare"; export const siteName = "Inasa Healthcare";
@ -108,7 +108,9 @@ y={"0px"}
viewBox={"0 0 32 32"} viewBox={"0 0 32 32"}
fill={"black"} fill={"black"}
id={"mobile-menu-icon"} id={"mobile-menu-icon"}
className={`w-element c110a4uj`}> width={"32"}
height={"32"}
className={`w-element c110a4uj c39v9qm c1aqrz9t c1w8xp1f c14cftng`}>
<rect <rect
x={"0"} x={"0"}
y={"3"} y={"3"}

View File

@ -10,7 +10,7 @@ import { Link as Link, Body as Body } from "@webstudio-is/sdk-components-react-r
export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0"; export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0";
export const lastPublished = "2025-12-07T20:58:42.281Z"; export const lastPublished = "2025-12-08T21:52:21.455Z";
export const siteName = "Inasa Healthcare"; export const siteName = "Inasa Healthcare";
@ -108,7 +108,9 @@ y={"0px"}
viewBox={"0 0 32 32"} viewBox={"0 0 32 32"}
fill={"black"} fill={"black"}
id={"mobile-menu-icon"} id={"mobile-menu-icon"}
className={`w-element c110a4uj`}> width={"32"}
height={"32"}
className={`w-element c110a4uj c39v9qm c1aqrz9t c1w8xp1f c14cftng`}>
<rect <rect
x={"0"} x={"0"}
y={"3"} y={"3"}

View File

@ -11,7 +11,7 @@ import { Body as Body, Link as Link } from "@webstudio-is/sdk-components-react-r
export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0"; export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0";
export const lastPublished = "2025-12-07T20:58:42.281Z"; export const lastPublished = "2025-12-08T21:52:21.455Z";
export const siteName = "Inasa Healthcare"; export const siteName = "Inasa Healthcare";
@ -109,7 +109,9 @@ y={"0px"}
viewBox={"0 0 32 32"} viewBox={"0 0 32 32"}
fill={"black"} fill={"black"}
id={"mobile-menu-icon"} id={"mobile-menu-icon"}
className={`w-element c110a4uj`}> width={"32"}
height={"32"}
className={`w-element c110a4uj c39v9qm c1aqrz9t c1w8xp1f c14cftng`}>
<rect <rect
x={"0"} x={"0"}
y={"3"} y={"3"}

View File

@ -11,7 +11,7 @@ import { Dialog as Dialog, DialogTrigger as DialogTrigger, DialogOverlay as Dial
export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0"; export const projectId = "363652e3-9846-4534-acdf-9b2b3c66eec0";
export const lastPublished = "2025-12-07T20:58:42.281Z"; export const lastPublished = "2025-12-08T21:52:21.455Z";
export const siteName = "Inasa Healthcare"; export const siteName = "Inasa Healthcare";
@ -130,7 +130,9 @@ y={"0px"}
viewBox={"0 0 32 32"} viewBox={"0 0 32 32"}
fill={"black"} fill={"black"}
id={"mobile-menu-icon"} id={"mobile-menu-icon"}
className={`w-element c110a4uj`}> width={"32"}
height={"32"}
className={`w-element c110a4uj c39v9qm c1aqrz9t c1w8xp1f c14cftng`}>
<rect <rect
x={"0"} x={"0"}
y={"3"} y={"3"}

View File

@ -1441,6 +1441,12 @@
.c110a4uj { .c110a4uj {
color: rgba(0, 0, 0, 1) color: rgba(0, 0, 0, 1)
} }
.c39v9qm {
max-width: 32px
}
.c1aqrz9t {
max-height: 32px
}
.c1jshls2 { .c1jshls2 {
margin-left: 8px margin-left: 8px
} }