diff options
| author | Samuel Johnson <[email protected]> | 2025-12-11 00:50:56 -0500 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2025-12-11 00:50:56 -0500 |
| commit | 6785f856b81b6c0de8c8828761779732b30191af (patch) | |
| tree | 84fed2b58d83a2a9542debca4fb24efd56ace13f | |
| parent | 8f27598e6d84bb97da8033a82f7d46445f35be29 (diff) | |
Halve picture size on PC
| -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; } |
