-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstyle.css
58 lines (56 loc) · 955 Bytes
/
style.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
html, body {
margin: 0;
width: 100%;
height: 100%;
background: #272822;
}
#container {
margin: 0;
width: 100%;
height: 100%;
display: flex;
}
#editor {
flex: 1;
}
#content {
flex: 2;
}
/*#control {*/
/*position: absolute;*/
/*left: 0;*/
/*bottom: 0;*/
/*height: 96px;*/
/*width: 400px;*/
/*}*/
/*.control {*/
/*color: #F8F8F2 !important;*/
/*}*/
/*.control-row {*/
/*display: flex;*/
/*justify-content: space-between;*/
/*padding: 8px;*/
/*}*/
/*.control-switch {*/
/*width: auto !important;*/
/*}*/
/*button.control {*/
/*margin-top: auto;*/
/*margin-bottom: auto;*/
/*}*/
/*#editor {*/
/*position: absolute;*/
/*margin: 0;*/
/*top: 72px;*/
/*bottom: 96px;*/
/*left: 0;*/
/*width: 400px;*/
/*}*/
/*#content {*/
/*position: absolute;*/
/*margin: 0;*/
/*top: 64px;*/
/*right: 0;*/
/*bottom: 0;*/
/*left: 400px;*/
/*}*/