We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a5088 commit 9377bd6Copy full SHA for 9377bd6
src/components/actions/ItemButton/ItemButton.tsx
@@ -67,7 +67,7 @@ const ActionsWrapper = tasty({
67
placeItems: 'center',
68
placeContent: 'center end',
69
pointerEvents: 'auto',
70
- padding: '0 $side-padding 0 0',
+ padding: '0 $side-padding',
71
height: 'min ($size - 2bw)',
72
opacity: {
73
'': 1,
src/components/content/ItemBase/ItemBase.tsx
@@ -374,7 +374,7 @@ const ItemBaseElement = tasty({
374
375
placeContent: 'stretch',
376
placeSelf: 'stretch',
377
378
379
gridRow: 'span 2',
380
width: {
0 commit comments