This commit is contained in:
simon3000 2019-07-11 22:52:06 +02:00
parent 4f4d117ce0
commit d3cc8b0c77
No known key found for this signature in database
GPG Key ID: 9E04DC65786E7851

View File

@ -380,6 +380,14 @@ export default {
background-position:0 0, 16px 0, 16px -16px, 0px 16px;
padding: 25px;
resize: both;
overflow: hidden;
}
#example-container:active {
height: 0;
width: 0;
}
.app-wrapper.mobile #example-container {