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