-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.css
More file actions
63 lines (56 loc) · 997 Bytes
/
main.css
File metadata and controls
63 lines (56 loc) · 997 Bytes
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
.ace_editor {
margin: auto;
width: 75%;
height: 80%;
}
#editor {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
font-size: 14px;
}
#dropdown-content {
display: none;
}
#sidebar {
display: flex;
flex-direction: column;
align-items: center;
position: fixed;
top: 0;
left: 0;
width: 7%; /* Changed from fixed value to percentage */
height: 100vh;
padding: 10px;
margin-left: 2.5%;
}
#sidebar-button {
border: none;
padding: 10px 5px;
cursor: pointer;
width: auto;
font-size: 6px auto;
text-align: center;
margin-bottom: 5%;
margin-top: 5%;
border-radius: 12px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
-ms-border-radius: 12px;
-o-border-radius: 12px;
}
#otherside {
float: center;
text-align: center;
}
#settings {
display: none;
width: 70%;
float: right;
margin-right: 10%;
}
#spacer {
padding: 360% 0px;
}