feat: add css variable to set max height for code blocks (#119)
This commit is contained in:
parent
e4f8111a3b
commit
4424e0b81c
8 changed files with 65 additions and 79 deletions
|
@ -1,3 +1,7 @@
|
|||
:root {
|
||||
--code-max-height: 60rem;
|
||||
}
|
||||
|
||||
.icon-grid {
|
||||
width: 8rem;
|
||||
height: 8rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue