Skip to content

Commit bd5ecf7

Browse files
committed
Fix css for IE playground
1 parent 74dac56 commit bd5ecf7

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

website/src/scss/parts/playground.scss

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,11 @@
159159

160160
a {
161161
align-items: center;
162-
gap: 0.5rem;
163162
display: none;
163+
164+
.icon {
165+
margin-right: 0.5rem;
166+
}
164167
}
165168

166169
.dummy {
@@ -214,7 +217,7 @@
214217
margin-bottom: 1rem;
215218

216219
@include media("min", "md") {
217-
margin-bottom: unset;
220+
margin-bottom: 0;
218221
}
219222

220223
button {
@@ -229,7 +232,6 @@
229232
.playground-notes {
230233
display: flex;
231234
align-items: center;
232-
gap: 0.5rem;
233235
font-size: 0.75rem;
234236
padding: 0 0.5rem;
235237

@@ -241,9 +243,13 @@
241243
margin-left: auto;
242244
}
243245

244-
svg {
245-
@include themify($themes) {
246-
fill: themed('font-note');
246+
.icon {
247+
margin-right: 0.5rem;
248+
249+
svg {
250+
@include themify($themes) {
251+
fill: themed('font-note');
252+
}
247253
}
248254
}
249255
}

0 commit comments

Comments
 (0)