Update settings modal placement
This commit is contained in:
parent
6475f55e7e
commit
4566c1bdc7
@ -19,7 +19,7 @@ export const SettingsModal = (props: SettingsModalProps) => {
|
|||||||
<input className="modal-toggle" defaultChecked={false} id="my-modal-9" ref={checkBoxRef} type="checkbox" />
|
<input className="modal-toggle" defaultChecked={false} id="my-modal-9" ref={checkBoxRef} type="checkbox" />
|
||||||
<label className="cursor-pointer modal" htmlFor="my-modal-9">
|
<label className="cursor-pointer modal" htmlFor="my-modal-9">
|
||||||
<label
|
<label
|
||||||
className={`absolute top-[30%] bottom-5 left-[13.5%] lg:max-w-[30%] max-h-[350px]
|
className={`absolute top-[42%] bottom-5 left-[13.5%] lg:max-w-[25%] max-h-[250px]
|
||||||
border-[1px] no-scrollbar modal-box`}
|
border-[1px] no-scrollbar modal-box`}
|
||||||
htmlFor="temp"
|
htmlFor="temp"
|
||||||
>
|
>
|
||||||
@ -57,7 +57,7 @@ export const SettingsModal = (props: SettingsModalProps) => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Button
|
<Button
|
||||||
className="w-[30%] max-h-12 bg-blue-500 hover:bg-blue-600"
|
className="w-[40%] max-h-12 bg-blue-500 hover:bg-blue-600"
|
||||||
isWide
|
isWide
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setTimezone('UTC' as Timezone)
|
setTimezone('UTC' as Timezone)
|
||||||
|
Loading…
Reference in New Issue
Block a user