diff options
Diffstat (limited to 'web/style.css')
| -rw-r--r-- | web/style.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/web/style.css b/web/style.css index a397fce..8bbf5cf 100644 --- a/web/style.css +++ b/web/style.css @@ -21,6 +21,14 @@ aside { overflow: hidden; resize: horizontal; } +aside h1 { + display: flex; + gap: 1rem; + font-size: 1.5em; +} +aside h1 span { + display: flex; +} aside section { display: flex; flex-direction: column; @@ -48,6 +56,18 @@ aside div label + label { flex-grow: 1; } +button.icon { + border: none; + background: none; + appearance: none; + font: inherit; + min-width: 0; + cursor: pointer; +} +button.icon svg { + height: 0.5lh; +} + #plot { flex: 1 0 400px; user-select: none; |
