mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-04 15:30:27 +00:00
feat(desktop): review flow
This commit is contained in:
parent
b8c51e307f
commit
96c57418f3
11 changed files with 341 additions and 77 deletions
|
|
@ -74,14 +74,15 @@
|
|||
}
|
||||
|
||||
&[data-size="normal"] {
|
||||
height: 24px;
|
||||
padding: 0 6px;
|
||||
&[data-icon] {
|
||||
padding: 0 6px 0 4px;
|
||||
padding: 0 8px 0 6px;
|
||||
}
|
||||
|
||||
font-size: var(--font-size-small);
|
||||
line-height: var(--line-height-large);
|
||||
gap: calc(var(--spacing) * 0.5);
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
&[data-size="large"] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue