mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
style(modals): add pixelated image rendering for button icons
This commit is contained in:
@@ -43,7 +43,7 @@ const AdminListModal = ({ isOpen, closeModal, roles }) => {
|
||||
maxHeight: '250px',
|
||||
}}
|
||||
>
|
||||
<button className='icon' onClick={() => closeModal()} title='close' />
|
||||
<button className='icon' style={{ imageRendering: 'pixelated', margin: '1px 1px 0 0' }} onClick={() => closeModal()} title='close' />
|
||||
<div className='modal-header'> Moderators</div>
|
||||
<div
|
||||
className='list'
|
||||
|
||||
Reference in New Issue
Block a user