dify / web /app /components /app-sidebar /style.module.css
Severian's picture
initial commit
a8b3f00
raw
history blame
167 Bytes
.sidebar {
border-right: 1px solid #F3F4F6;
}
.completionPic {
background-image: url('./completion.png')
}
.expertPic {
background-image: url('./expert.png')
}