mirror of
https://github.com/langgenius/dify.git
synced 2026-03-23 03:39:53 +08:00
19 lines
169 B
CSS
19 lines
169 B
CSS
.wrap {
|
|
min-width: 312px;
|
|
}
|
|
|
|
.opWrap {
|
|
display: flex;
|
|
}
|
|
|
|
.mode {
|
|
display: none;
|
|
}
|
|
|
|
.wrap:hover .mode {
|
|
display: none;
|
|
}
|
|
|
|
.wrap:hover .opWrap {
|
|
display: flex;
|
|
} |