Added doctest for flippable images with different sizes.
This commit is contained in:
+3
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user