ignore: cloud usage history

This commit is contained in:
Jay V 2025-08-29 17:30:48 -04:00
parent a05e677412
commit 28c341ad32
4 changed files with 580 additions and 367 deletions

View file

@ -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);