diff options
| -rw-r--r-- | static/app.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/app.css b/static/app.css index fb2f330..c340259 100644 --- a/static/app.css +++ b/static/app.css @@ -110,7 +110,7 @@ a:not(.icon):hover::after { } .pane img { - width: 100%; + width: 50%; } input { @@ -347,6 +347,10 @@ iframe { padding: 0; } + .pane img { + width: 100%; + } + .inner_pane { padding-bottom: 4em; } |
