MERaLiON-AudioLLM / style /normal_window.css
YingxuHe's picture
update demo
8573823
raw
history blame contribute delete
376 Bytes
@media(min-width: 800px) {
div[data-testid="stMainBlockContainer"] {
padding-left: 5rem;
padding-right: 5rem;
}
div[data-testid="stBottomBlockContainer"] {
padding-left: 5rem;
padding-right: 5rem;
}
}
@media(min-width: 800px) and (min-height: 800px) {
div[class="main-intro-small-window"] {
display: none;
}
}