mirror of
https://github.com/langgenius/dify.git
synced 2026-02-17 16:34:42 +08:00
16 lines
154 B
CSS
16 lines
154 B
CSS
.mode {
|
|
display: flex;
|
|
height: 28px;
|
|
}
|
|
|
|
.opWrap {
|
|
display: none;
|
|
}
|
|
|
|
.wrap:hover .mode {
|
|
display: none;
|
|
}
|
|
|
|
.wrap:hover .opWrap {
|
|
display: flex;
|
|
} |