fix: change chatbot avart to dify icon (#571)

This commit is contained in:
Joel
2023-07-16 16:30:55 +08:00
committed by GitHub
parent 2c6e00174b
commit 510389909c
7 changed files with 61 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
.installedApp {
height: calc(100vh - 74px);
}
.difyIcon {
background-image: url(./icons/dify.svg);
}
.difyHeader {
width: 24px;
height: 24px;
background: url(./icons/dify-header.svg) center center no-repeat;
background-size: contain;
}