Fix: Hilfe-? inline neben 'Dein Plan für heute' statt absolut oben rechts (SW by-v663)
This commit is contained in:
parent
0413483692
commit
1d1171e5f2
6 changed files with 30 additions and 25 deletions
|
|
@ -6553,25 +6553,20 @@ html.modal-open {
|
|||
/* ============================================================
|
||||
PAGE INFO — generische Seiten-Hilfe (UI.pageInfo)
|
||||
============================================================ */
|
||||
.pinfo-trigger {
|
||||
position: absolute;
|
||||
top: calc(env(safe-area-inset-top, 0px) + 10px);
|
||||
right: var(--space-4);
|
||||
width: 32px; height: 32px;
|
||||
.pinfo-trigger-inline {
|
||||
width: 26px; height: 26px;
|
||||
border-radius: 50%;
|
||||
background: var(--c-surface-2);
|
||||
border: 1px solid var(--c-border-light);
|
||||
color: var(--c-text-secondary);
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
z-index: 50;
|
||||
flex-shrink: 0;
|
||||
box-shadow: var(--shadow-sm);
|
||||
transition: background .15s, color .15s;
|
||||
}
|
||||
.pinfo-trigger:hover { background: var(--c-primary-subtle, rgba(196,132,58,.1)); color: var(--c-primary); }
|
||||
.pinfo-trigger-inline:hover { background: var(--c-primary-subtle, rgba(196,132,58,.1)); color: var(--c-primary); }
|
||||
|
||||
.pinfo-banner {
|
||||
margin: var(--space-3) var(--space-4) 0;
|
||||
|
|
@ -6645,8 +6640,6 @@ html.modal-open {
|
|||
}
|
||||
.pinfo-tip .ph-icon { color: var(--c-primary); flex-shrink: 0; margin-top: 1px; }
|
||||
|
||||
/* Container braucht position:relative für den absoluten Trigger-Button */
|
||||
.page-body { position: relative; }
|
||||
|
||||
.by-help-btn {
|
||||
display: inline-flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue