Correction done on iframe height to avoid loss of 4 last lines on Gotty terminal
This commit is contained in:
+2
-2
@@ -26,7 +26,7 @@ iframe {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: none;
|
border: none;
|
||||||
height: 93%;
|
height: 90%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -836,4 +836,4 @@ pre#timer.bash {
|
|||||||
|
|
||||||
#ddnewline::before {
|
#ddnewline::before {
|
||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user