summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/html.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/html.c b/src/html.c
index 917e04a..90b1158 100644
--- a/src/html.c
+++ b/src/html.c
@@ -181,6 +181,10 @@ static const gchar *styles =
"form input[type=submit]:focus, form input[type=reset]:focus {\n"
"background-color: #EFEFEF;\n"
"}\n"
+ "iframe {\n"
+ "width: calc(100% - 12px);\n"
+ "height: 400px;\n"
+ "}\n"
;
gchar *