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:
Xanazf 2024-09-28 10:44:54 +03:00
parent 3c2fb32b3e
commit ffdbd0e614
13 changed files with 488 additions and 546 deletions

View file

@ -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;