Added doctest for flippable images with different sizes.

This commit is contained in:
2024-02-12 14:08:24 +01:00
parent c8f7e39235
commit 8d8090cdde
8 changed files with 176 additions and 81 deletions
+3 -1
View File
@@ -1,4 +1,3 @@
.flipWrapper {
position: absolute;
top: 0;
@@ -48,6 +47,7 @@
width: 44px;
height: 44px;
padding: 4px;
border: 1px solid red;
right: 0;
top: 0;
}
@@ -58,6 +58,7 @@
width: 44px;
height: 44px;
padding: 4px;
border: 1px solid red;
right: 0;
bottom: 0;
}
@@ -68,6 +69,7 @@
width: 44px;
height: 44px;
padding: 4px;
border: 1px solid red;
right: 0;
bottom: 0;
}