diff --git a/ui/src/components/EntryListItem/EntryListItem.tsx b/ui/src/components/EntryListItem/EntryListItem.tsx index 78f50ce63..d262532e6 100644 --- a/ui/src/components/EntryListItem/EntryListItem.tsx +++ b/ui/src/components/EntryListItem/EntryListItem.tsx @@ -162,7 +162,7 @@ export const EntryItem: React.FC = ({entry, focusedEntryId, setFocus flipped={true} style={{marginTop: "-4px", overflow: "visible"}} iconStyle={!headingMode ? {marginTop: "4px", left: "68px", position: "absolute"} : - entry.protocol.name === "http" ? {marginTop: "4px", left: "calc(50vw + 41px)", position: "absolute"} : + entry.proto.name === "http" ? {marginTop: "4px", left: "calc(50vw + 41px)", position: "absolute"} : {marginTop: "4px", left: "calc(50vw - 9px)", position: "absolute"}} >