mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
fix Notify Reminder Popup Design (#2529)
This commit is contained in:
parent
0841170de5
commit
31a3868216
@ -33,7 +33,7 @@ export const NotifyReminderPopup: FC<NotifyReminderPopupProps> = ({
|
||||
cursor: 'pointer',
|
||||
paddingTop: '10px',
|
||||
paddingRight: '10px',
|
||||
fontSize: '16px',
|
||||
fontSize: '14px',
|
||||
};
|
||||
|
||||
const popupClicked = e => {
|
||||
@ -63,7 +63,7 @@ export const NotifyReminderPopup: FC<NotifyReminderPopupProps> = ({
|
||||
return (
|
||||
mounted && (
|
||||
<Popover
|
||||
placement="topLeft"
|
||||
placement="topRight"
|
||||
defaultOpen={openPopup}
|
||||
open={openPopup}
|
||||
destroyTooltipOnHide
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user