Dateien nach "frontend/src" hochladen
This commit is contained in:
@@ -160,7 +160,7 @@ export default function CalendarWidget() {
|
||||
<button onClick={()=>setIsOpen(v=>!v)} style={{ flex:1, background:'transparent', border:'none',
|
||||
display:'flex', justifyContent:'space-between', alignItems:'center', cursor:'pointer', padding:0, minWidth:0 }}>
|
||||
<div style={{ display:'flex', alignItems:'center', gap:10, flex:1, minWidth:0 }}>
|
||||
<div style={S.head}>KALENDER</div>
|
||||
<div style={{...S.head, marginBottom:0, flexShrink:0}}>KALENDER</div>
|
||||
{!isOpen && nextEvent && (
|
||||
<div style={{ display:'flex', alignItems:'center', gap:6, flex:1, minWidth:0, overflow:'hidden' }}>
|
||||
<span style={{ width:6, height:6, borderRadius:'50%', background:nextEvent.color||'#4ecdc4',
|
||||
|
||||
Reference in New Issue
Block a user