fix: flash
This commit is contained in:
parent
0258b6a16f
commit
ceeb8f3899
|
@ -17,7 +17,9 @@ const Resource = ({resource, uri}) => {
|
|||
}
|
||||
return (
|
||||
<div className={locals.resource}>
|
||||
<Component resource={resource} uri={uri} />
|
||||
<div className={locals.grow}>
|
||||
<Component resource={resource} uri={uri} />
|
||||
</div>
|
||||
<div className={locals.uri}>{displayedUri}</div>
|
||||
</div>
|
||||
);
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
.grow {
|
||||
flex-grow: 100;
|
||||
}
|
||||
|
||||
.resource {
|
||||
background-color: #222222;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue
Block a user