Fix: Toast Mittelmaß – 320px, badge kleiner als titel
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main v1.1.381
parent
c276a17a98
commit
8ea925e4ae
|
|
@ -27,7 +27,7 @@
|
||||||
.notification {
|
.notification {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 999999;
|
z-index: 999999;
|
||||||
max-width: 300px;
|
max-width: 320px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -292,7 +292,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-message {
|
.notification-message {
|
||||||
font-size: 11.5px;
|
font-size: 12px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -304,8 +304,8 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 11px 12px;
|
padding: 12px 14px;
|
||||||
gap: 9px;
|
gap: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-block b {
|
.notification-block b {
|
||||||
|
|
@ -612,26 +612,26 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification.glass-mode .notification-block {
|
.notification.glass-mode .notification-block {
|
||||||
padding: 10px 12px 11px 12px;
|
padding: 12px 14px 13px 14px;
|
||||||
gap: 9px;
|
gap: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Icon als soft pill */
|
/* Icon als soft pill */
|
||||||
.notification.glass-mode .notification-icon {
|
.notification.glass-mode .notification-icon {
|
||||||
width: 28px;
|
width: 30px;
|
||||||
height: 28px;
|
height: 30px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
display: grid;
|
display: grid;
|
||||||
place-items: center;
|
place-items: center;
|
||||||
border-radius: 8px;
|
border-radius: 9px;
|
||||||
background: rgba(255,255,255,.06);
|
background: rgba(255,255,255,.06);
|
||||||
border: 1px solid rgba(255,255,255,.08);
|
border: 1px solid rgba(255,255,255,.08);
|
||||||
box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
|
box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification.glass-mode .notification-icon svg {
|
.notification.glass-mode .notification-icon svg {
|
||||||
width: 14px;
|
width: 15px;
|
||||||
height: 14px;
|
height: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Headline-Zeile: Badge + Title */
|
/* Headline-Zeile: Badge + Title */
|
||||||
|
|
@ -639,14 +639,10 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
padding-right: 24px;
|
padding-right: 26px;
|
||||||
font-size: 11.5px;
|
line-height: 1.2;
|
||||||
font-weight: 600;
|
|
||||||
letter-spacing: .1px;
|
|
||||||
color: var(--mw-t1, #edf0fc);
|
color: var(--mw-t1, #edf0fc);
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Badge aus data-badge rendern */
|
/* Badge aus data-badge rendern */
|
||||||
|
|
@ -666,8 +662,8 @@
|
||||||
|
|
||||||
/* Subtext */
|
/* Subtext */
|
||||||
.notification.glass-mode .notification-message {
|
.notification.glass-mode .notification-message {
|
||||||
margin-top: 4px;
|
margin-top: 5px;
|
||||||
font-size: 10.5px;
|
font-size: 11px;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
color: var(--mw-t2, #9aa3be);
|
color: var(--mw-t2, #9aa3be);
|
||||||
}
|
}
|
||||||
|
|
@ -785,9 +781,9 @@
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* title text */
|
/* title text — haupttext, größer als badge */
|
||||||
.notification-title-text {
|
.notification-title-text {
|
||||||
font-size: 11.5px;
|
font-size: 12.5px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: var(--mw-t1, #edf0fc);
|
color: var(--mw-t1, #edf0fc);
|
||||||
letter-spacing: .1px;
|
letter-spacing: .1px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue