social components
inlay.at
atproto
components
sdui
1.root {
2 width: 100%;
3 padding: 4px 20px 4px 6px;
4 border-radius: 4px;
5 border: 1px solid var(--border-10);
6 background: var(--bg-2);
7 font-family: "JetBrains Mono", monospace;
8 font-size: 11px;
9 color: var(--fg-0);
10 outline: none;
11 cursor: pointer;
12 appearance: none;
13 background-repeat: no-repeat;
14 background-position: right 5px center;
15}
16.root[disabled] {
17 cursor: default;
18 color: var(--fg-2);
19}