feishin/src/renderer/features/artists/components/album-artist-detail-content.module.css
2025-09-28 17:12:34 -07:00

12 lines
218 B
CSS

.content-container {
position: relative;
z-index: 0;
}
.detail-container {
display: flex;
flex-direction: column;
gap: var(--theme-spacing-lg);
padding: 1rem 2rem 5rem;
overflow: hidden;
}