diff --git a/base.css b/base.css new file mode 100644 index 0000000..6fe47f3 --- /dev/null +++ b/base.css @@ -0,0 +1 @@ +body{margin:0 auto;padding:12vmin 10vmin;max-width:35em;line-height:1.5em;font-family: -apple-system,BlinkMacSystemFont,sans-serif;word-wrap: break-word;} \ No newline at end of file diff --git a/edit.css b/edit.css index 10aa39d..06956b2 100644 --- a/edit.css +++ b/edit.css @@ -76,11 +76,15 @@ body.drag #content { color: rgba(0, 0, 0, 0.2); background: transparent; } -.ib-file { +#doc-file { border-radius: 1em; background: #ebeff9; padding: 0.25em 1em; font-size:smaller; + margin-bottom:2em; +} +#doc-file:empty { + display:none; } #ib-info { diff --git a/edit.html b/edit.html index 1d25619..1b1d871 100644 --- a/edit.html +++ b/edit.html @@ -11,15 +11,15 @@
+ + + - -