forked from googlearchive/chrome-nfc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.css
75 lines (61 loc) · 875 Bytes
/
app.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
html, body {
height: 100%;
}
.wrapper {
margin: 0px 20px 0 20px;
}
textarea {
display: block;
width: 660px;
height: 220px;
font-family: "Courier New", monospace;
}
.hidden {
display: none
}
dd {
margin-bottom: 10px;
}
#device-thumbnail {
position: fixed;
}
#device-info {
margin-left: 150px;
}
.tab-content {
margin-bottom: 10px;
}
pre {
-webkit-user-select: text;
cursor: text;
}
.tab-content {
overflow: initial;
}
#logContainer {
height: 200px;
width: 100%;
position: fixed;
bottom: 0;
background: #F5F5F5;
transition: height .2s ease-in-out;
}
.logs {
overflow-y: auto;
height: 190px;
}
.logs pre {
margin: 0 0 1px;
border: none;
border-bottom: 1px dotted #DDD;
border-radius: 0px;
padding: 5px;
}
.drawer {
height: 10px;
background: #DDD;
cursor: pointer;
}
.small {
height: 10px !important;
}