Increase particles-list height in FramesComponent to 550px for improved visibility.

This commit is contained in:
Teriuihi 2025-06-22 19:34:20 +02:00
parent fea1a98cea
commit 237518638c

View File

@ -7,7 +7,7 @@
}
.particles-list {
max-height: 300px;
height: 550px;
overflow-y: auto;
border: 1px solid #eee;
border-radius: 4px;