Skip to content

Commit 1a54a09

Browse files
BrunoQuaresmapull[bot]
authored andcommitted
fiix(site): Fix custom logo size in Safari (#5966)
1 parent 30f642b commit 1a54a09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/components/NavbarView/NavbarView.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ const useStyles = makeStyles((theme) => ({
207207
padding: theme.spacing(2),
208208
// svg is for the Coder logo, img is for custom images
209209
"& svg, & img": {
210-
width: "100%",
211210
height: "100%",
212211
objectFit: "contain",
213212
},

0 commit comments

Comments
 (0)