@@ -1,3 +1,9 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.shape-wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
@@ -32,6 +38,7 @@
display: flex;
align-items: center;
justify-content: center;
user-select: none;
.shape {
The note is not visible to the blocked user.