try to waste less screen space
This commit is contained in:
@@ -27,7 +27,7 @@ h3 {
|
|||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
border: none;
|
border: none;
|
||||||
height: 85%;
|
height: 90%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
background-color: grey;
|
background-color: grey;
|
||||||
@@ -651,6 +651,9 @@ button:hover {
|
|||||||
.left {
|
.left {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
iframe {
|
||||||
|
height: 83%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.copyimage {
|
.copyimage {
|
||||||
|
|||||||
+4
-1
@@ -24,7 +24,7 @@ h3 {
|
|||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
border: none;
|
border: none;
|
||||||
height: 85%;
|
height: 90%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
@@ -619,6 +619,9 @@ button:hover {
|
|||||||
.left {
|
.left {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
iframe {
|
||||||
|
height: 83%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.copyimage {
|
.copyimage {
|
||||||
|
|||||||
Reference in New Issue
Block a user