Skip to content

Commit e587a54

Browse files
committed
Examples: display none for syntax-block
1 parent be3f008 commit e587a54

164 files changed

Lines changed: 245 additions & 422 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/acceleration-with-vectors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
.preview-wrap iframe { display: block; border: none; max-width: 100%; }
3131
.code-block { background: #f8f8f8; border-radius: 8px; overflow: hidden; }
3232
pre#code-pre { display: none; }
33-
.syntax-block { visibility: hidden; }
33+
.syntax-block { display: none; }
3434
.code-header { padding: 0.75rem 1.25rem; border-bottom: 1px solid #e0e0e0; font-size: 12px; color: #888; font-family: monospace; display: flex; align-items: center; justify-content: space-between; }
3535
.copy-btn { font-size: 12px; color: #555; background: #fff; border: 1px solid #ddd; border-radius: 4px; padding: 3px 10px; cursor: pointer; font-family: inherit; }
3636
.copy-btn:hover { background: #f0f0f0; }

examples/additive-wave.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
.preview-wrap iframe { display: block; border: none; max-width: 100%; }
3131
.code-block { background: #f8f8f8; border-radius: 8px; overflow: hidden; }
3232
pre#code-pre { display: none; }
33-
.syntax-block { visibility: hidden; }
33+
.syntax-block { display: none; }
3434
.code-header { padding: 0.75rem 1.25rem; border-bottom: 1px solid #e0e0e0; font-size: 12px; color: #888; font-family: monospace; display: flex; align-items: center; justify-content: space-between; }
3535
.copy-btn { font-size: 12px; color: #555; background: #fff; border: 1px solid #ddd; border-radius: 4px; padding: 3px 10px; cursor: pointer; font-family: inherit; }
3636
.copy-btn:hover { background: #f0f0f0; }

examples/alpha-mask.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
.preview-wrap iframe { display: block; border: none; max-width: 100%; }
3131
.code-block { background: #f8f8f8; border-radius: 8px; overflow: hidden; }
3232
pre#code-pre { display: none; }
33-
.syntax-block { visibility: hidden; }
33+
.syntax-block { display: none; }
3434
.code-header { padding: 0.75rem 1.25rem; border-bottom: 1px solid #e0e0e0; font-size: 12px; color: #888; font-family: monospace; display: flex; align-items: center; justify-content: space-between; }
3535
.copy-btn { font-size: 12px; color: #555; background: #fff; border: 1px solid #ddd; border-radius: 4px; padding: 3px 10px; cursor: pointer; font-family: inherit; }
3636
.copy-btn:hover { background: #f0f0f0; }

examples/animated-sprite.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
.preview-wrap iframe { display: block; border: none; max-width: 100%; }
3131
.code-block { background: #f8f8f8; border-radius: 8px; overflow: hidden; }
3232
pre#code-pre { display: none; }
33-
.syntax-block { visibility: hidden; }
33+
.syntax-block { display: none; }
3434
.code-header { padding: 0.75rem 1.25rem; border-bottom: 1px solid #e0e0e0; font-size: 12px; color: #888; font-family: monospace; display: flex; align-items: center; justify-content: space-between; }
3535
.copy-btn { font-size: 12px; color: #555; background: #fff; border: 1px solid #ddd; border-radius: 4px; padding: 3px 10px; cursor: pointer; font-family: inherit; }
3636
.copy-btn:hover { background: #f0f0f0; }

examples/arctangent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
.preview-wrap iframe { display: block; border: none; max-width: 100%; }
3131
.code-block { background: #f8f8f8; border-radius: 8px; overflow: hidden; }
3232
pre#code-pre { display: none; }
33-
.syntax-block { visibility: hidden; }
33+
.syntax-block { display: none; }
3434
.code-header { padding: 0.75rem 1.25rem; border-bottom: 1px solid #e0e0e0; font-size: 12px; color: #888; font-family: monospace; display: flex; align-items: center; justify-content: space-between; }
3535
.copy-btn { font-size: 12px; color: #555; background: #fff; border: 1px solid #ddd; border-radius: 4px; padding: 3px 10px; cursor: pointer; font-family: inherit; }
3636
.copy-btn:hover { background: #f0f0f0; }

examples/arm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
.preview-wrap iframe { display: block; border: none; max-width: 100%; }
3131
.code-block { background: #f8f8f8; border-radius: 8px; overflow: hidden; }
3232
pre#code-pre { display: none; }
33-
.syntax-block { visibility: hidden; }
33+
.syntax-block { display: none; }
3434
.code-header { padding: 0.75rem 1.25rem; border-bottom: 1px solid #e0e0e0; font-size: 12px; color: #888; font-family: monospace; display: flex; align-items: center; justify-content: space-between; }
3535
.copy-btn { font-size: 12px; color: #555; background: #fff; border: 1px solid #ddd; border-radius: 4px; padding: 3px 10px; cursor: pointer; font-family: inherit; }
3636
.copy-btn:hover { background: #f0f0f0; }

examples/array-2d.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
.preview-wrap iframe { display: block; border: none; max-width: 100%; }
3131
.code-block { background: #f8f8f8; border-radius: 8px; overflow: hidden; }
3232
pre#code-pre { display: none; }
33-
.syntax-block { visibility: hidden; }
33+
.syntax-block { display: none; }
3434
.code-header { padding: 0.75rem 1.25rem; border-bottom: 1px solid #e0e0e0; font-size: 12px; color: #888; font-family: monospace; display: flex; align-items: center; justify-content: space-between; }
3535
.copy-btn { font-size: 12px; color: #555; background: #fff; border: 1px solid #ddd; border-radius: 4px; padding: 3px 10px; cursor: pointer; font-family: inherit; }
3636
.copy-btn:hover { background: #f0f0f0; }

examples/array-objects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
.preview-wrap iframe { display: block; border: none; max-width: 100%; }
3131
.code-block { background: #f8f8f8; border-radius: 8px; overflow: hidden; }
3232
pre#code-pre { display: none; }
33-
.syntax-block { visibility: hidden; }
33+
.syntax-block { display: none; }
3434
.code-header { padding: 0.75rem 1.25rem; border-bottom: 1px solid #e0e0e0; font-size: 12px; color: #888; font-family: monospace; display: flex; align-items: center; justify-content: space-between; }
3535
.copy-btn { font-size: 12px; color: #555; background: #fff; border: 1px solid #ddd; border-radius: 4px; padding: 3px 10px; cursor: pointer; font-family: inherit; }
3636
.copy-btn:hover { background: #f0f0f0; }

examples/array.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
.preview-wrap iframe { display: block; border: none; max-width: 100%; }
3131
.code-block { background: #f8f8f8; border-radius: 8px; overflow: hidden; }
3232
pre#code-pre { display: none; }
33-
.syntax-block { visibility: hidden; }
33+
.syntax-block { display: none; }
3434
.code-header { padding: 0.75rem 1.25rem; border-bottom: 1px solid #e0e0e0; font-size: 12px; color: #888; font-family: monospace; display: flex; align-items: center; justify-content: space-between; }
3535
.copy-btn { font-size: 12px; color: #555; background: #fff; border: 1px solid #ddd; border-radius: 4px; padding: 3px 10px; cursor: pointer; font-family: inherit; }
3636
.copy-btn:hover { background: #f0f0f0; }

examples/arraylist-of-objects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
.preview-wrap iframe { display: block; border: none; max-width: 100%; }
3131
.code-block { background: #f8f8f8; border-radius: 8px; overflow: hidden; }
3232
pre#code-pre { display: none; }
33-
.syntax-block { visibility: hidden; }
33+
.syntax-block { display: none; }
3434
.code-header { padding: 0.75rem 1.25rem; border-bottom: 1px solid #e0e0e0; font-size: 12px; color: #888; font-family: monospace; display: flex; align-items: center; justify-content: space-between; }
3535
.copy-btn { font-size: 12px; color: #555; background: #fff; border: 1px solid #ddd; border-radius: 4px; padding: 3px 10px; cursor: pointer; font-family: inherit; }
3636
.copy-btn:hover { background: #f0f0f0; }

0 commit comments

Comments
 (0)