mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
14 lines
249 B
CSS
14 lines
249 B
CSS
.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;
|
|
} |