mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 11:14:23 +01:00
docs: share page attachment
This commit is contained in:
@@ -137,6 +137,29 @@
|
||||
}
|
||||
}
|
||||
|
||||
[data-component="attachment"] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
gap: 0.375rem;
|
||||
padding-bottom: 1rem;
|
||||
|
||||
[data-slot="copy"] {
|
||||
line-height: 18px;
|
||||
font-size: 0.875rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: -0.5px;
|
||||
color: var(--sl-color-text-secondary);
|
||||
}
|
||||
|
||||
[data-slot="filename"] {
|
||||
line-height: 1.5;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 500;
|
||||
max-width: var(--md-tool-width);
|
||||
}
|
||||
}
|
||||
|
||||
[data-component="button-text"] {
|
||||
cursor: pointer;
|
||||
appearance: none;
|
||||
|
||||
Reference in New Issue
Block a user