mirror of
https://github.com/langgenius/dify.git
synced 2026-04-12 04:26:29 +08:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
8 lines
200 B
CSS
8 lines
200 B
CSS
@reference "../../../../styles/globals.css";
|
|
|
|
.popup {
|
|
left: 4px;
|
|
transform: translateX(-100%);
|
|
box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
|
|
}
|