projects
/
onyx-live.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd0705d
)
bugfix for vim line in editor
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Mon, 18 Apr 2022 21:19:19 +0000
(21:19 +0000)
committer
Brendan Hansen
<brendan.f.hansen@gmail.com>
Mon, 18 Apr 2022 21:19:19 +0000
(21:19 +0000)
static/css/index.css
patch
|
blob
|
history
diff --git
a/static/css/index.css
b/static/css/index.css
index f52cc725800b0003ea3f6988ef9143464f32a2b8..17f96ca63dad9afe24387cf5704bbf61a262b866 100644
(file)
--- a/
static/css/index.css
+++ b/
static/css/index.css
@@
-107,7
+107,7
@@
select:hover {
}
#code-editor {
- height:
100%
;
+ height:
calc(100% - var(--tab-line-height))
;
}
#code-result {