chore(right_pane_widget): add padding to no items

This commit is contained in:
Elian Doran 2025-12-19 22:26:17 +02:00
parent 7d386c249a
commit 01d4fa8afd
No known key found for this signature in database

View File

@ -40,6 +40,7 @@ body.experimental-feature-new-layout #right-pane {
justify-content: center;
flex-grow: 1;
flex-direction: column;
padding: 0.75em;
color: var(--muted-text-color);
.bx {