[Pagination] Fix spacing on desktop (#887)

This commit is contained in:
Cinder 2025-02-03 21:57:46 -08:00 committed by GitHub
parent 200f064e2d
commit 76f64b2229
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,9 @@
background-color: themed("color-foreground"); background-color: themed("color-foreground");
border-radius: 0.25rem; border-radius: 0.25rem;
width: max-content;
margin: 0 auto;
& > a, & > span { & > a, & > span {
display: flex; display: flex;
box-sizing: border-box; box-sizing: border-box;