summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/index.css
blob: 2326bbb1132d968d3ba53e147e1ccc3e44d05f28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@import "@opencode-ai/ui/styles/tailwind";

:root {
  a {
    cursor: default;
  }
}

*[data-tauri-drag-region] {
  app-region: drag;
}

/* Terminal split resize handles */
[data-terminal-split-container] [data-component="resize-handle"] {
  inset: unset;

  &[data-direction="horizontal"] {
    height: 100%;
  }

  &[data-direction="vertical"] {
    width: 100%;
  }
}