Files: fa8ed712ab5bde9f525c730497fbd46de5a352c9 / app / page / imageSearch.mcss
1244 bytesRaw
1 | Page -imageSearch { |
2 | overflow-y: auto |
3 | |
4 | display: grid |
5 | grid-template-columns: 85vw |
6 | grid-template-rows: 5rem auto |
7 | justify-content: center |
8 | align-items: start |
9 | |
10 | section.settings { |
11 | padding: 1rem 0 |
12 | input { |
13 | min-width: 20rem |
14 | padding: .5rem |
15 | } |
16 | } |
17 | |
18 | section.results { |
19 | display: flex |
20 | align-items: center |
21 | flex-wrap: wrap |
22 | |
23 | div { |
24 | cursor: pointer |
25 | |
26 | min-width: 5rem |
27 | min-height: 5rem |
28 | max-width: 19rem |
29 | max-height: 19rem |
30 | |
31 | display: flex |
32 | justify-content: center |
33 | align-items: center |
34 | |
35 | img { |
36 | max-width: 19rem |
37 | max-height: 19rem |
38 | } |
39 | |
40 | margin: 0 1rem 1rem 0 |
41 | } |
42 | } |
43 | } |
44 | |
45 | ImageSearchDetails { |
46 | padding: 1rem |
47 | |
48 | display: grid |
49 | justify-items: center |
50 | |
51 | img { |
52 | max-width: 90vw |
53 | max-height: 80vh |
54 | |
55 | margin-bottom: 1rem |
56 | } |
57 | |
58 | div.md { |
59 | pre { |
60 | user-select: all |
61 | padding: .2rem |
62 | padding-right: 2rem |
63 | min-width: 39rem |
64 | background-color: rgba(0,0,0,.1) |
65 | |
66 | text-align: right |
67 | margin-top: .2rem |
68 | display: inline-block |
69 | } |
70 | } |
71 | |
72 | table { |
73 | tr { |
74 | td { |
75 | text-align: left |
76 | padding-right: .5rem |
77 | } |
78 | |
79 | td.msg { |
80 | font-family: monospace |
81 | } |
82 | } |
83 | } |
84 | } |
85 |
Built with git-ssb-web