mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
fiix(site): Fix custom logo size in Safari (#5966)
This commit is contained in:
@@ -207,7 +207,6 @@ const useStyles = makeStyles((theme) => ({
|
||||
padding: theme.spacing(2),
|
||||
// svg is for the Coder logo, img is for custom images
|
||||
"& svg, & img": {
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
objectFit: "contain",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user