diff options
| author | Samuel Johnson <[email protected]> | 2026-03-17 12:26:14 -0400 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2026-03-17 12:26:14 -0400 |
| commit | d2ecf6f3be46cae2948aa7ce8740f3e39a3f04ee (patch) | |
| tree | b569cf3fc8281ca36d2884506f7dd63400198d04 /static | |
| parent | 61ba5dcc29a16bb3727209a76ee75fffff037dee (diff) | |
Add search functionality
Diffstat (limited to 'static')
| -rw-r--r-- | static/app.css | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/static/app.css b/static/app.css index 4e26607..c9b482d 100644 --- a/static/app.css +++ b/static/app.css @@ -27,7 +27,7 @@ pre { } .rss { - margin-left: 1.5em; + margin-left: 1.75em; } .lead { @@ -64,6 +64,11 @@ pre { margin-right: 1.5em; } +.right_nofloat { + margin: auto; + margin-right: 1.5em; +} + a { color: inherit; position: relative; @@ -146,6 +151,7 @@ iframe { justify-content: center; align-content: center; margin: 2em; + margin-left: 1.5em; } .inner_pane { @@ -228,21 +234,21 @@ iframe { padding: 0.5em; } -.login_form { +.flex_center { display: flex; - flex-direction: column; + justify-content: center; } -.login_form > input { - margin: auto; - margin-top: 0.5em; - margin-bottom: 2em; - width: 95%; +.login_form { + width: 75%; + display: grid; + grid-template-columns: 1fr 9fr; + gap: 1em; } -.url_form > input { - margin-right: 2em; - margin-left: 2em; +.login_form div { + margin: auto; + margin-right: 0em; } .markdown_form { |
