mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 10:45:10 +02:00
Added margin between blocks
This commit is contained in:
parent
b2e55522ae
commit
a6639602c5
@ -49,7 +49,7 @@ const EventButton = (obj) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="stroke" style={{ width: '100%', padding: 0, margin: 0 }}>
|
<div className="stroke" style={{ width: '100%', padding: 0, margin: 0, marginTop: '1em' }}>
|
||||||
{blockNumber}
|
{blockNumber}
|
||||||
<div className="rowAlignLeft" style={{ backgroundColor: obj.eventObj.eventColour, borderRadius: "1.2em", width: '100%' }}>
|
<div className="rowAlignLeft" style={{ backgroundColor: obj.eventObj.eventColour, borderRadius: "1.2em", width: '100%' }}>
|
||||||
<div className="rowAlignLeft" style={{ flex: '1', width: 'unset' }}>
|
<div className="rowAlignLeft" style={{ flex: '1', width: 'unset' }}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user