We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ecaa9d commit 3d6b56aCopy full SHA for 3d6b56a
1 file changed
rollup.config.ts
@@ -4,7 +4,8 @@ export default svelteReadme({
4
style: `
5
.code-fence {
6
overflow-y: scroll;
7
- height: 380px;
+ height: 50vh;
8
+ min-height: 380px;
9
padding: 0;
10
}
11
@@ -26,8 +27,8 @@ export default svelteReadme({
26
27
28
29
.code-fence header ~ div {
- margin-top: calc(380px - 80px);
30
- height: 200px;
+ margin-top: 50vh;
31
+ height: 25vh;
32
padding: 1rem;
33
background-color: #376462;
34
color: #fff;
@@ -38,7 +39,7 @@ export default svelteReadme({
38
39
color: #d54309;
40
41
- .code-fence header.intersecting {
42
+ .code-fence .intersecting {
43
color: #00a91c;
44
45
`,
0 commit comments