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

19 lines
318 B
CSS

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