We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c2561 commit 12a55fdCopy full SHA for 12a55fd
1 file changed
src/wwwroot/css/genpage.css
@@ -942,7 +942,7 @@ body {
942
top: 0;
943
bottom: 0;
944
left: var(--image-compare-split);
945
- width: 6rem;
+ width: 12rem;
946
transform: translateX(-50%);
947
background-color: transparent;
948
pointer-events: auto;
@@ -954,7 +954,7 @@ body {
954
left: 0;
955
right: 0;
956
width: 100%;
957
- height: 6rem;
+ height: 12rem;
958
transform: translateY(-50%);
959
cursor: ns-resize;
960
}
0 commit comments