Skip to content

Commit d7b391e

Browse files
committed
Fixes
1 parent 2242dc3 commit d7b391e

File tree

5 files changed

+156
-1
lines changed

5 files changed

+156
-1
lines changed

.github/workflows/super-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ jobs:
4949
VALIDATE_JSON_PRETTIER: false
5050
VALIDATE_JSCPD: false
5151
VALIDATE_NATURAL_LANGUAGE: false
52+
VALIDTAE_YAML_PRETTIER: false

docs/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/css/bootstrap.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/index.css

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
body {
2+
padding-top: 20px;
3+
padding-bottom: 20px;
4+
}
5+
6+
.masthead {
7+
margin-bottom: 20px;
8+
}
9+
10+
.masthead h1 {
11+
margin: 0;
12+
line-height: 40px;
13+
}
14+
15+
#editor-title {
16+
margin-bottom: 10px;
17+
}
18+
19+
#editor-title strong {
20+
font-size: 16px;
21+
}
22+
23+
#editor-toolbar {
24+
float: right;
25+
}
26+
27+
#editor {
28+
height: 400px;
29+
border: 1px solid #ccc;
30+
border-radius: 4px;
31+
}
32+
33+
#stat-bar {
34+
margin: 10px 0;
35+
padding: 10px;
36+
background-color: #f5f5f5;
37+
border-radius: 4px;
38+
display: flex;
39+
justify-content: space-between;
40+
align-items: center;
41+
}
42+
43+
#button-area {
44+
display: none;
45+
}
46+
47+
#button-area button {
48+
margin-left: 5px;
49+
}
50+
51+
#options {
52+
margin-top: 20px;
53+
}
54+
55+
#options h3 {
56+
margin-top: 0;
57+
font-size: 16px;
58+
font-weight: bold;
59+
}
60+
61+
#options ul {
62+
list-style: none;
63+
padding-left: 0;
64+
}
65+
66+
#options li {
67+
margin-bottom: 5px;
68+
}
69+
70+
#options .checkbox {
71+
display: block;
72+
cursor: pointer;
73+
font-weight: normal;
74+
}
75+
76+
#options .checkbox input {
77+
margin-right: 5px;
78+
}
79+
80+
#options .span7 {
81+
width: 100%;
82+
margin-top: 5px;
83+
}
84+
85+
#id-class-value_valuearea,
86+
#space-tab-mixed-disabled_valuearea,
87+
#href-abs-or-rel_valuearea {
88+
display: none;
89+
margin-top: 5px;
90+
}
91+
92+
.github-fork {
93+
position: absolute;
94+
top: 0;
95+
right: 0;
96+
border: 0;
97+
z-index: 1000;
98+
}
99+
100+
.github-fork img {
101+
border: 0;
102+
}
103+
104+
.opacity-75 {
105+
opacity: 0.75;
106+
}
107+
108+
/* Bootstrap overrides for better compatibility */
109+
.nav-pills > li > a {
110+
border-radius: 4px;
111+
}
112+
113+
.nav-pills > li.active > a {
114+
background-color: #337ab7;
115+
}
116+
117+
.nav-pills > li.active > a:hover {
118+
background-color: #286090;
119+
}
120+
121+
.btn-block {
122+
display: block;
123+
width: 100%;
124+
}
125+
126+
/* Responsive adjustments */
127+
@media (max-width: 768px) {
128+
#editor-toolbar {
129+
float: none;
130+
margin-top: 10px;
131+
}
132+
133+
#stat-bar {
134+
flex-direction: column;
135+
gap: 10px;
136+
}
137+
138+
#button-area {
139+
width: 100%;
140+
text-align: center;
141+
}
142+
}

public/js/bootstrap.bundle.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)