jackkuo's picture
reinit repo
82bf89e
/* section[data-testid="stSidebar"] div[data-testid="stSidebarContent"] {
overflow: hidden;
} */
section[data-testid="stSidebar"]
.block-container
> div[data-testid="stVerticalBlockBorderWrapper"]
> div {
height: 100vh;
}
section[data-testid="stSidebar"]
.block-container
> div[data-testid="stVerticalBlockBorderWrapper"]
> div
> div {
display: flex;
height: 100vh;
padding-bottom: 35px;
}
section[data-testid="stSidebar"]
.block-container
> div[data-testid="stVerticalBlockBorderWrapper"]
> div
> div
> div:nth-child(2) {
flex: 1;
order: 1;
overflow: overlay;
}
section[data-testid="stSidebar"]
.block-container
> div[data-testid="stVerticalBlockBorderWrapper"]
> div
> div
> div:nth-child(n + 3) {
order: 2;
flex-grow: 0;
}
section[data-testid="stSidebar"] > div > div:nth-child(2) {
padding-top: 0rem !important;
}
section.main > div {
padding-top: 0px;
}
.icon-text-container {
display: flex;
justify-content: center;
text-align: center;
align-items: center;
margin-bottom: 8px;
margin-top: 0px;
margin-left: -8px;
}
.icon-text-container img {
width: 60px;
height: 60px;
margin-right: 0;
}
.icon-text-container span {
text-align: center;
text-shadow: 1px 1px #ccc;
font-size: 28px !important;
font-family: "auto";
font-weight: 500 !important;
}
hr {
margin-top: 20px;
margin-bottom: 30px;
}
.avatar {
display: flex;
align-items: center;
gap: 10px;
pointer-events: none;
margin: -8px 10px -16px;
}
.avatar svg {
width: 30px;
height: 30px;
}
.avatar h2 {
font-size: 20px;
margin: 0;
}
.content-div {
padding: 5px 20px;
margin: 5px;
text-align: left;
border-radius: 10px;
border: none;
line-height: 1.6;
font-size: 17px;
}
.content-div.assistant p {
padding: 4px;
margin: 2px;
}
.content-div.user p {
padding: 4px;
margin: -5px 2px -3px;
}
div[data-testid="stForm"] {
border: none;
padding: 0;
}
button[kind="primaryFormSubmit"] {
border: none;
padding: 0;
}
div[data-testid="stForm"]
+ div[data-testid="stHorizontalBlock"]
div[data-baseweb="select"]
> div:nth-child(1) {
background-color: transparent;
justify-content: center;
font-weight: 300;
border-radius: 0.25rem;
margin: 0;
line-height: 1.4;
border: 1px solid rgba(49, 51, 63, 0.2);
}