CoolFace
Apppublic

Ficky20/NASAProject2023

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
style.css61 linesDownload Raw Back to root
1section[data-testid='stSidebar'] {2    background-color: rgb(17, 17, 17);3    min-width:unset !important;4    width: unset !important;5    flex-shrink: unset !important;  6}7 8button[kind="header"] {9    background-color: transparent;10    color:rgb(160, 228, 209)11}12 13@media(hover){14    /* header element to be removed */15    header[data-testid="stHeader"] {16        display:none;17    }18 19    /* The navigation menu specs and size */20    section[data-testid='stSidebar'] > div {21        height: 100%;22        width: 95px;23        position: relative;24        z-index: 1;25        top: 0;26        left: 0;27        background-color: #111;28        overflow-x: hidden;29        transition: 0.5s ease;30        padding-top: 60px;31        white-space: nowrap;32    }33 34    /* ON HOVER */35    section[data-testid='stSidebar'] > div:hover{36    width: 180px;37    }38 39    /* The button on the streamlit navigation menu - hidden */40    button[kind="header"] {41        display: none;42    }43}44     45@media(max-width: 272px){46    47    section[data-testid='stSidebar'] > div {48        width:10em;49    }50}51/* .css-1629p8f e16nr0p31{52    display: flex;53} */54 55.block-container.css-18e3th9.egzxvld2 {56    padding-top: 4%;57    padding-bottom: 0.9%;58    padding-right: 3%;59    padding-left: 7%;60}61