feat: safe mode updates

This commit is contained in:
Anoop M D 2024-08-11 19:22:48 +05:30
parent 969fe8e3cf
commit e4d2e5c1cf
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ import styled from 'styled-components';
const StyledWrapper = styled.div` const StyledWrapper = styled.div`
position: absolute; position: absolute;
height: 100%; height: 100%;
width: calc(100% - 0.75rem);
z-index: 1; z-index: 1;
background-color: ${(props) => props.theme.requestTabPanel.responseOverlayBg}; background-color: ${(props) => props.theme.requestTabPanel.responseOverlayBg};

View File

@ -13,7 +13,7 @@ const ResponseLoadingOverlay = ({ item, collection }) => {
}; };
return ( return (
<StyledWrapper className="px-3 w-full"> <StyledWrapper className="w-full">
<div className="overlay"> <div className="overlay">
<div style={{ marginBottom: 15, fontSize: 26 }}> <div style={{ marginBottom: 15, fontSize: 26 }}>
<div style={{ display: 'inline-block', fontSize: 20, marginLeft: 5, marginRight: 5 }}> <div style={{ display: 'inline-block', fontSize: 20, marginLeft: 5, marginRight: 5 }}>