Files
feishin/src/renderer/features/playlists/components/add-to-playlist-context-modal.module.css
T
Kendall Garner 1a176fd118 Refactor add to playlist modal (#1236)
* Refactor add to playlist modal

* redesign base modal component, add ModalButton component

* improve visibility of filled button focus

---------

Co-authored-by: jeffvli <jeffvictorli@gmail.com>
2025-11-01 21:57:12 -07:00

26 lines
317 B
CSS

.container {
width: 100%;
max-width: 100%;
overflow: hidden;
}
.grid-col {
min-width: 0;
max-width: 100%;
overflow: hidden;
}
.image-container {
width: 3rem;
height: 3rem;
}
.label-text {
text-overflow: ellipsis;
white-space: nowrap;
}
.status-text {
flex-shrink: 0;
}