mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
style(AdminListModal): fix position and margin of header
This commit is contained in:
@@ -44,9 +44,7 @@ const AdminListModal = ({ isOpen, closeModal, roles }) => {
|
||||
}}
|
||||
>
|
||||
<button className='icon' onClick={() => closeModal()} title='close' />
|
||||
<div className='modal-header' style={{ margin: '10px 10px 0px 10px' }}>
|
||||
Moderators
|
||||
</div>
|
||||
<div className='modal-header'> Moderators</div>
|
||||
<div
|
||||
className='list'
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user