mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
fix renderError
style
This commit is contained in:
parent
f06ab1d598
commit
089f0826a8
@ -40,7 +40,7 @@ export default (props) => {
|
||||
}
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div className="renderError">
|
||||
<Result
|
||||
status="error"
|
||||
title="Render Error"
|
||||
|
@ -304,6 +304,24 @@ body {
|
||||
/* disable the IOS popup when long-press on a link */
|
||||
}
|
||||
|
||||
.renderError {
|
||||
position: relative;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
|
||||
.ant-result {
|
||||
background-color: var(--background-color-primary);
|
||||
border-radius: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.splash_wrapper {
|
||||
position: absolute;
|
||||
|
||||
@ -312,7 +330,6 @@ body {
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
//background-color: rgba(240, 242, 245, 0.8);
|
||||
backdrop-filter: blur(10px);
|
||||
--webkit-backdrop-filter: blur(10px);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user