style: fix spacing in CSS selectors for better readability
All checks were successful
Code quality checks / biome (push) Successful in 9s

This commit is contained in:
Seth 2025-05-17 19:36:10 -04:00
parent 9110dbcb4a
commit de235d9a27

View file

@ -49,12 +49,12 @@ body {
background: #bdf5; background: #bdf5;
} }
[class*="shj-lang-"]>div { [class*="shj-lang-"] > div {
display: flex; display: flex;
overflow: auto; overflow: auto;
} }
[class*="shj-lang-"]>div :last-child { [class*="shj-lang-"] > div :last-child {
outline: none; outline: none;
flex: 1; flex: 1;
} }
@ -201,4 +201,4 @@ body {
100% { 100% {
transform: scale(1); transform: scale(1);
} }
} }