MERaLiON-AudioLLM / style /small_window.css
YingxuHe's picture
update demo
8573823
raw
history blame contribute delete
727 Bytes
@media(max-width: 800px) {
div[data-testid="stMainBlockContainer"] {
padding-left: 1rem;
padding-right: 1rem;
}
div[data-testid="stBottomBlockContainer"] {
padding-left: 1rem;
padding-right: 1rem;
}
div[data-testid="stSidebarCollapsedControl"] button[data-testid="stBaseButton-headerNoPadding"]::after {
content: "More Use Cases"
}
}
@media(max-width: 800px) or (max-height: 800px) {
div[data-testid="stMainBlockContainer"] div[data-testid="stVerticalBlock"]>div[data-testid="stElementContainer"]:has( div[data-testid="stHeadingWithActionElements"]) {
display: none;
}
div[class="main-intro-normal-window"] {
display: none;
}
}