mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-14 20:54:42 +00:00
chore: refactor composer/dock components (#14328)
This commit is contained in:
23
packages/ui/src/components/dock-surface.css
Normal file
23
packages/ui/src/components/dock-surface.css
Normal file
@@ -0,0 +1,23 @@
|
||||
[data-dock-surface="shell"] {
|
||||
background-color: var(--surface-raised-stronger-non-alpha);
|
||||
box-shadow: var(--shadow-xs-border);
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
border-radius: 12px;
|
||||
overflow: clip;
|
||||
}
|
||||
|
||||
[data-dock-surface="tray"] {
|
||||
background-color: var(--background-base);
|
||||
border: 1px solid var(--border-weak-base);
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
border-radius: 12px;
|
||||
overflow: clip;
|
||||
}
|
||||
|
||||
[data-dock-surface="tray"][data-dock-attach="top"] {
|
||||
margin-top: -0.875rem;
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user