File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/Frontend/src/components/messages2 Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ onMounted(() => store.refreshConversation());
1818 </script >
1919
2020<template >
21+ <a class =" help-link" target =" _blank" href =" https://docs.particular.net/servicepulse/sequence-diagram" ><i class =" fa fa-info-circle" /> Sequence Diagram Help</a >
2122 <div class =" outer" @scroll =" (ev) => (endpointYOffset = (ev.target as Element).scrollTop)" >
2223 <svg class =" sequence-diagram" :style =" { width: `max(100%, ${isNaN(maxWidth) ? 0 : maxWidth}px)` }" :height =" maxHeight + 20" >
2324 <Timeline />
@@ -48,4 +49,11 @@ onMounted(() => store.refreshConversation());
4849 --highlight-background : #c5dee9 ;
4950 background : white ;
5051}
52+
53+ .help-link {
54+ display : flex ;
55+ align-items : center ;
56+ justify-content : end ;
57+ gap : 0.15rem ;
58+ }
5159 </style >
You can’t perform that action at this time.
0 commit comments