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());
18
18
</script >
19
19
20
20
<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 >
21
22
<div class =" outer" @scroll =" (ev) => (endpointYOffset = (ev.target as Element).scrollTop)" >
22
23
<svg class =" sequence-diagram" :style =" { width: `max(100%, ${isNaN(maxWidth) ? 0 : maxWidth}px)` }" :height =" maxHeight + 20" >
23
24
<Timeline />
@@ -48,4 +49,11 @@ onMounted(() => store.refreshConversation());
48
49
--highlight-background : #c5dee9 ;
49
50
background : white ;
50
51
}
52
+
53
+ .help-link {
54
+ display : flex ;
55
+ align-items : center ;
56
+ justify-content : end ;
57
+ gap : 0.15rem ;
58
+ }
51
59
</style >
You can’t perform that action at this time.
0 commit comments