-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
80 lines (65 loc) · 1.03 KB
/
index.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
76
77
78
79
80
html, body {
margin: 0;
}
body {
padding: 5px;
}
.mainInputField {
padding: 6px;
font-size: 13px;
outline: none;
display: block;
max-width: 100%;
min-width: 30%;
min-height: 30px;
width: 100%;
}
h4 {
margin: 10px;
padding: 0;
}
#addButton {
margin: 10px
}
#mainDiv {
margin: 8px;
width: 250px;
max-height: 350px;
// border: 1px solid #ccc;
overflow-y: auto; /* Add vertical scrollbar when content exceeds div's height */
}
.extension-container * {
width: 100%;
}
#deckDropdown {
width: 100%;
}
#changeDeckButton {
font-size: 12;
padding: 4px;
color: white;
background-color: black;
border-radius: 4px;
scale: 0.8;
}
#deckPDiv {
/* display: inline; */
}
#deckP {
max-width: 100%;
/* background-color: yellow; */
}
#deckDiv * {
display: inline-table;
margin: 0;
padding: 0;
}
.smallerCheckBox * {
margin: 0;
}
.smallerCheckBox p {
font-size: 12px;
}
.smallerCheckBox div:first-of-type {
scale: 4;
}