share page diff

This commit is contained in:
Jay V
2025-05-30 13:58:34 -04:00
parent 680d52016c
commit a4e46e6e18
8 changed files with 413 additions and 72 deletions
@@ -19,6 +19,33 @@
}
}
[data-element-button-text] {
cursor: pointer;
appearance: none;
background-color: transparent;
border: none;
padding: 0;
color: var(--sl-color-text-secondary);
&:hover {
color: var(--sl-color-text);
}
&[data-element-button-more] {
display: flex;
align-items: center;
gap: 0.125rem;
span[data-button-icon] {
line-height: 1;
opacity: 0.85;
svg {
display: block;
}
}
}
}
[data-element-label] {
text-transform: uppercase;
letter-spacing: 0.05em;
@@ -154,7 +181,13 @@
padding: 0 0 0.375rem;
display: flex;
flex-direction: column;
gap: 0.5rem;
gap: 1rem;
[data-part-tool-body] {
display: flex;
flex-direction: column;
gap: 0.375rem;
}
span[data-part-title] {
line-height: 18px;
@@ -203,7 +236,17 @@
padding-left: 0.125rem;
color: var(--sl-color-text-dimmed);
}
}
[data-part-tool-result] {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 0.5rem;
button {
font-size: 0.75rem;
}
}
}
}
@@ -274,3 +317,10 @@
}
}
}
.code-block {
pre {
line-height: 1.4;
font-size: 0.75rem;
}
}