Skip to content

Commit a142a16

Browse files
committed
Improved hiding of settings in wrapper.
1 parent 4ab2890 commit a142a16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dist/csp/css/wrapper.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ iframe#settings {
2222
position: absolute;
2323
right: 0;
2424
top: 0;
25-
width: 50%;
25+
width: 40%;
2626
height: 100%;;
2727
transition: all 0.3s;
2828
transform: translateX(calc(100% - 5px));
29+
opacity: 0;
2930
}
3031

3132
iframe#settings:hover, iframe#settings.hovered {
3233
box-shadow: 0 0 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
3334
transform: translateX(0);
35+
opacity: 1;
3436
}

0 commit comments

Comments
 (0)