[frontend/components] Fix inconsistent height of virtual scroller load buttons

This commit is contained in:
Lilian 2025-02-01 21:45:10 +01:00
parent 1823496298
commit 56b602d3bf
No known key found for this signature in database

View file

@ -295,4 +295,5 @@ pre:has(code){
display: flex;
flex-direction: column;
align-items: center;
height: 3rem;
}