Files
feishin/src/renderer/features/lyrics/unsynchronized-lyrics.module.css
T

18 lines
291 B
CSS

.container {
display: flex;
flex: 1;
flex-direction: column;
width: 100%;
min-height: 0;
overflow: hidden auto;
transform: translateY(-2rem);
}
.preview {
height: auto;
max-height: none;
padding: 1rem 0;
overflow: visible;
transform: none;
}