Nachrichten: Senden-Button entfernt, Login-Sicherheit: IPs bei Lockout, Attempts-Bereinigung
This commit is contained in:
@@ -479,11 +479,7 @@ export default function Nachrichten({ toast, mobile }) {
|
||||
background: showPicker ? 'rgba(78,205,196,0.12)' : 'rgba(255,255,255,0.05)',
|
||||
border:`1px solid ${showPicker ? 'rgba(78,205,196,0.3)' : 'rgba(255,255,255,0.1)'}`,
|
||||
borderRadius:8, cursor:'pointer', fontSize:17, lineHeight:1,
|
||||
padding:'5px 8px', flexShrink:0 }}>😊</button>
|
||||
<button onClick={send} disabled={sending || !text.trim()} style={{
|
||||
...S.btn('#4ecdc4'), flex:1, padding:'0 14px',
|
||||
opacity: sending || !text.trim() ? 0.3 : 1, fontSize:17, lineHeight:1,
|
||||
}}>↑</button>
|
||||
padding:'5px 8px', flexShrink:0, alignSelf:'flex-end' }}>😊</button>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user