minor fixes: scroll bars on overflowing elements, copy button size, function args spacing, type icons padding, link to window.location.href
This commit is contained in:
parent
3c2fb32b3e
commit
ffdbd0e614
13 changed files with 488 additions and 546 deletions
|
@ -1,4 +1,4 @@
|
|||
:where(p, li):has(>code) code {
|
||||
:where(p, li):has(> code) code {
|
||||
padding-inline: 0.272rem;
|
||||
border-radius: 0.272rem;
|
||||
color: hsl(var(--blue) 100 69);
|
||||
|
@ -14,8 +14,8 @@ pre {
|
|||
|
||||
&>button {
|
||||
all: unset;
|
||||
width: 3svh;
|
||||
height: 3svh;
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
position: absolute;
|
||||
top: 0.5rem;
|
||||
right: 0.5rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue