feat: revert browser window border radius
This commit is contained in:
@@ -379,7 +379,7 @@ export const BrowserWindow = () => {
|
|||||||
}, [paginationMode, resetPaginationSelector]);
|
}, [paginationMode, resetPaginationSelector]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div onClick={handleClick} style={{ width: '900px', height: "400px" , borderRadius: '8px 8px 0px 0px '}} id="browser-window">
|
<div onClick={handleClick} style={{ width: '900px' }} id="browser-window">
|
||||||
{
|
{
|
||||||
getText === true || getList === true ? (
|
getText === true || getList === true ? (
|
||||||
<GenericModal
|
<GenericModal
|
||||||
@@ -406,11 +406,8 @@ export const BrowserWindow = () => {
|
|||||||
sx={{
|
sx={{
|
||||||
color: '#ff00c3 !important',
|
color: '#ff00c3 !important',
|
||||||
borderColor: '#ff00c3 !important',
|
borderColor: '#ff00c3 !important',
|
||||||
'&:hover': {
|
backgroundColor: 'whitesmoke !important',
|
||||||
borderColor: '#ff00c3 !important',
|
}}
|
||||||
backgroundColor: 'whitesmoke !important',
|
|
||||||
}
|
|
||||||
}}
|
|
||||||
>
|
>
|
||||||
<span style={{
|
<span style={{
|
||||||
display: 'block',
|
display: 'block',
|
||||||
|
|||||||
Reference in New Issue
Block a user