File size: 727 Bytes
8573823
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@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;
    }
}