fix(toc): 🐛 ToC should have the same padding as other menu cards

This commit is contained in:
alistair3149 2024-07-19 16:27:19 -04:00
parent 39ef541378
commit f3042f5b80
No known key found for this signature in database

View file

@ -113,7 +113,7 @@
// This is not bulletproof since it will get covered by page header
// in extremely short height. but it should be good for now
max-height: ~'calc( var( --header-card-maxheight ) - 8rem )';
padding: var( --space-md );
padding: var( --space-xs );
transform-origin: var( --transform-origin-offset-start ) var( --transform-origin-offset-end );
}