summaryrefslogtreecommitdiff
path: root/static/style
diff options
context:
space:
mode:
Diffstat (limited to 'static/style')
-rw-r--r--static/style/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/static/style/style.css b/static/style/style.css
index e6a7e23..63929df 100644
--- a/static/style/style.css
+++ b/static/style/style.css
@@ -23,7 +23,8 @@ body {
flex-direction: column;
height: 100%;
margin: 0;
- padding: 0;
+ padding: 0.5em;
+ box-sizing: border-box;
}
input,
@@ -52,7 +53,7 @@ audio {
overflow: auto;
flex-grow: 1;
flex-shrink: 1;
- padding: 0.5em;
+ padding: 0;
>div {
white-space: pre-wrap;