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 {
border: none;
height: 85%;
height: 90%;
width: 100%;
position: fixed;
background-color: grey;
@@ -651,6 +651,9 @@ button:hover {
.left {
display:none;
}
iframe {
height: 83%;
}
}
.copyimage {
+4 -1
View File
@@ -24,7 +24,7 @@ h3 {
iframe {
border: none;
height: 85%;
height: 90%;
width: 100%;
position: fixed;
}
@@ -619,6 +619,9 @@ button:hover {
.left {
display:none;
}
iframe {
height: 83%;
}
}
.copyimage {