Fast Shallow Array Cloning in Javascript

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2024-05-16 11:40:24 +02:00
parent ad8bf546d2
commit ee2b80d388
574 changed files with 39772 additions and 745 deletions
+9 -1
View File
@@ -5,7 +5,7 @@ figure.block {
display: grid;
grid-auto-rows: min-content;
position: relative;
overflow-x: scroll;
overflow-x: auto;
overflow-y: hidden;
}
@@ -87,3 +87,11 @@ figure.block table>tbody>tr>td {
border-top: none;
border-bottom: none;
}
// --------------------------------------------------------------------------------
// Block: Figure > Code
// --------------------------------------------------------------------------------
figure.block code {
margin: 0;
width: 100%;
}