Files: 6dbc799416e7828344ed4ab645ebde51f3ddaea0 / app / page / query.mcss
759 bytesRaw
1 | Query { |
2 | width: 100% |
3 | |
4 | display: grid |
5 | grid-template-columns: 28rem auto |
6 | grid-gap: 1rem |
7 | |
8 | overflow: hidden |
9 | |
10 | section.query { |
11 | display: grid |
12 | align-content: start |
13 | justify-items: end |
14 | grid-gap: 1rem |
15 | |
16 | textarea { |
17 | justify-self: stretch |
18 | |
19 | color: #fff |
20 | font-family: monospace |
21 | |
22 | background: rgb(40 , 0, 40) |
23 | padding: 1rem |
24 | border: none |
25 | |
26 | min-height: 40rem |
27 | } |
28 | |
29 | button { |
30 | |
31 | } |
32 | } |
33 | |
34 | section.output { |
35 | position: relative |
36 | |
37 | div.Scroller { |
38 | position: absolute |
39 | top: 0 |
40 | bottom: 0 |
41 | |
42 | section { margin: 0 } |
43 | |
44 | section.content { |
45 | pre { |
46 | word-wrap: break-word |
47 | white-space: pre-wrap |
48 | |
49 | /* margin: 0 0 3rem 0 */ |
50 | } |
51 | } |
52 | } |
53 | } |
54 | } |
55 |
Built with git-ssb-web