mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 16:56:40 +08:00
style(agent-assistant): update FAB styles for transparency and layout adjustments
This commit is contained in:
@@ -2154,20 +2154,24 @@ onScopeDispose(() => {
|
|||||||
.agent-assistant-fab__core {
|
.agent-assistant-fab__core {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: block;
|
display: block;
|
||||||
block-size: 0.62rem;
|
background: transparent;
|
||||||
inline-size: 0.72rem;
|
block-size: 100%;
|
||||||
inset-block-start: 0.32rem;
|
box-shadow: none;
|
||||||
inset-inline-start: 0.6rem;
|
inline-size: 100%;
|
||||||
|
inset: 0;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.agent-assistant-fab__core::before {
|
.agent-assistant-fab__core::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
border-block-end: 0.2rem solid transparent;
|
background: var(--agent-assistant-robot-play);
|
||||||
border-block-start: 0.2rem solid transparent;
|
block-size: 0.46rem;
|
||||||
border-inline-start: 0.36rem solid var(--agent-assistant-robot-play);
|
clip-path: polygon(18% 8%, 18% 92%, 90% 50%);
|
||||||
content: '';
|
content: '';
|
||||||
inset-block-start: 0.11rem;
|
inline-size: 0.48rem;
|
||||||
inset-inline-start: 0.22rem;
|
inset-block-start: 50%;
|
||||||
|
inset-inline-start: 50%;
|
||||||
|
transform: translate(-42%, -50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.agent-assistant-fab__arm,
|
.agent-assistant-fab__arm,
|
||||||
|
|||||||
Reference in New Issue
Block a user