Fix credits
All checks were successful
Deploy Spot / deploy (push) Successful in 34s

This commit is contained in:
2026-05-26 00:24:05 +02:00
parent 7cad5fbdf9
commit a3d217bbdd
4 changed files with 12 additions and 9 deletions

View File

@@ -120,7 +120,7 @@ $panel-actual-width: min($panel-width, #{$panel-width-max});
position: absolute;
background-color: color.$default-bg;
padding: var.$elem-spacing;
border-radius: 3px;
border-radius: var.$block-radius;
box-shadow: 2px 2px var.$block-shadow 0px color.$over-img-shadow;
font-size: 12px;
line-height: 1.5;