We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
open in playground
1 parent 509f753 commit 6d6dc51Copy full SHA for 6d6dc51
1 file changed
docs/src/assets/scss/docs.scss
@@ -112,6 +112,10 @@ div.incorrect {
112
offset-inline-end: -22px;
113
offset-block-start: -22px;
114
}
115
+
116
+ pre.line-numbers-mode {
117
+ padding-bottom: 4.5rem;
118
+ }
119
120
121
div.correct {
@@ -142,10 +146,8 @@ pre[class*="language-"] {
142
146
.c-btn.c-btn--playground {
143
147
position: absolute;
144
148
font-size: var(--step--1);
145
- bottom: -1rem;
149
+ bottom: 1rem;
150
right: 1rem;
- offset-block-end: 0.5rem;
- offset-inline-end: 0.5rem;
151
z-index: 1;
152
153
@media all and (min-width: 768px) {
@@ -166,6 +168,7 @@ pre[class*="language-"] {
166
168
position: fixed;
167
169
right: 50px;
170
bottom: 35px;
171
+ z-index: 1;
172
font-size: 1.5rem;
173
border-radius: 50%;
174
color: var(--body-background-color);
0 commit comments