fix: change chatbot avart to dify icon (#571)
parent
2c6e00174b
commit
510389909c
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 52 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 52 KiB |
@ -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;
|
||||
}
|
||||
Loading…
Reference in New Issue