mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 15:00:24 +00:00
ignore: cloud usage history
This commit is contained in:
parent
a05e677412
commit
28c341ad32
4 changed files with 580 additions and 367 deletions
|
|
@ -1,9 +1,5 @@
|
|||
[data-page="workspace"] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--space-6);
|
||||
line-height: 1;
|
||||
padding: var(--space-6);
|
||||
|
||||
@media (max-width: 30rem) {
|
||||
padding: var(--space-4);
|
||||
|
|
@ -19,8 +15,6 @@
|
|||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: var(--space-4) var(--space-4);
|
||||
margin: calc(-1 * var(--space-6));
|
||||
margin-bottom: var(--space-6);
|
||||
border-bottom: 1px solid var(--color-border);
|
||||
background-color: var(--color-bg);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue