Dateien nach "frontend/src/tools" hochladen
This commit is contained in:
@@ -415,12 +415,19 @@ function BestellungDetail({ id, toast, onBack }) {
|
|||||||
{/* Archiv-Picker */}
|
{/* Archiv-Picker */}
|
||||||
{showPicker && (
|
{showPicker && (
|
||||||
<div style={{position:'fixed',inset:0,background:'rgba(0,0,0,0.8)',zIndex:5000,
|
<div style={{position:'fixed',inset:0,background:'rgba(0,0,0,0.8)',zIndex:5000,
|
||||||
display:'flex',alignItems:'flex-end',justifyContent:'center'}}
|
display:'flex',
|
||||||
|
alignItems:window.innerWidth>=768?'center':'flex-end',
|
||||||
|
justifyContent:'center',
|
||||||
|
padding:window.innerWidth>=768?24:0}}
|
||||||
onClick={e=>e.target===e.currentTarget&&setShowPicker(false)}>
|
onClick={e=>e.target===e.currentTarget&&setShowPicker(false)}>
|
||||||
<div style={{background:'#1a1a1e',borderRadius:'16px 16px 0 0',width:'100%',maxWidth:600,
|
<div style={{background:'#1a1a1e',
|
||||||
maxHeight:'75vh',display:'flex',flexDirection:'column',border:'1px solid rgba(255,255,255,0.1)'}}>
|
borderRadius:window.innerWidth>=768?16:'16px 16px 0 0',
|
||||||
|
width:'100%',maxWidth:600,
|
||||||
|
maxHeight:'80vh',display:'flex',flexDirection:'column',
|
||||||
|
border:'1px solid rgba(255,255,255,0.15)',
|
||||||
|
boxShadow:window.innerWidth>=768?'0 24px 80px rgba(0,0,0,0.6)':'none'}}>
|
||||||
<div style={{padding:'16px 16px 10px'}}>
|
<div style={{padding:'16px 16px 10px'}}>
|
||||||
<div style={{width:36,height:4,background:'rgba(255,255,255,0.15)',borderRadius:2,margin:'0 auto 14px'}}/>
|
{window.innerWidth<768&&<div style={{width:36,height:4,background:'rgba(255,255,255,0.15)',borderRadius:2,margin:'0 auto 14px'}}/>}
|
||||||
<div style={{color:'#fff',fontFamily:"'Space Mono',monospace",fontSize:14,fontWeight:700,marginBottom:10}}>Archiv-Eintrag wählen</div>
|
<div style={{color:'#fff',fontFamily:"'Space Mono',monospace",fontSize:14,fontWeight:700,marginBottom:10}}>Archiv-Eintrag wählen</div>
|
||||||
<div style={{position:'relative'}}>
|
<div style={{position:'relative'}}>
|
||||||
<span style={{position:'absolute',left:10,top:'50%',transform:'translateY(-50%)'}}>
|
<span style={{position:'absolute',left:10,top:'50%',transform:'translateY(-50%)'}}>
|
||||||
|
|||||||
Reference in New Issue
Block a user