.App-list { --scrollbar-color: rgba(0, 0, 0, 25%); display: flex; flex-direction: column; overflow-y: auto; max-height: 100%; padding-bottom: 0.5rem; z-index: 0; } .App-button { display: flex; gap: 1rem; width: 100%; padding: 0.25rem 0.5rem; border-radius: var(--border-radius-1); } .App-button > div, .App-button > div > div, .App-button > div > div > svg { width: 2rem; height: 2rem; } .App-button svg { filter: var(--svg-drop-shadow-0); } .App-button > p, .App-button > h2 { margin: 0; white-space: nowrap; }