try to waste less screen space

This commit is contained in:
frederik
2025-10-11 15:38:54 +02:00
parent 5e97f6bad5
commit 25499faf69
2 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -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
View File
@@ -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 {