diff options
| author | s-ol <s+removethis@s-ol.nu> | 2022-03-21 20:36:45 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2022-03-21 20:36:45 +0000 |
| commit | 8ce1d7ff9d23765c379b9fb8853e0dbf251eb826 (patch) | |
| tree | be6da08db4cb732e5ab93645cc63f161de754e57 /app/style.js | |
| parent | add README (diff) | |
| download | isomorphic-kb-explorer-8ce1d7ff9d23765c379b9fb8853e0dbf251eb826.tar.gz isomorphic-kb-explorer-8ce1d7ff9d23765c379b9fb8853e0dbf251eb826.zip | |
toolbar, focus, editable size
Diffstat (limited to 'app/style.js')
| -rw-r--r-- | app/style.js | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/app/style.js b/app/style.js index 0897b16..5e84f5c 100644 --- a/app/style.js +++ b/app/style.js @@ -57,23 +57,24 @@ button, input, select { border: 1px solid #eeeeee; color: #eeeeee; padding: 0.25em; - margin: 0.125em 0; border-radius: 0.5em; } -.app, .keyboard, .chord { - position: relative; +input.small { + width: 4em; } -.main { - display: flex; - justify-content: space-evenly; +button { + padding: 0.25em 0.5em; } -.option label { +label { display: inline-block; - width: 4em; - margin-right: 1em; + font-weight: bold; +} + +.app, .keyboard, .chord { + position: relative; } .hexagon { |
