mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 10:45:10 +02:00
Margin between each block, not each event
This commit is contained in:
parent
a6639602c5
commit
1ce78eb572
@ -6,7 +6,7 @@ const Block = (obj) => {
|
||||
dateObj.setUTCSeconds(thisEpoch);
|
||||
const [thisDate, thisTime] = dateObj.toISOString().split('T');
|
||||
return (
|
||||
<div className="rowAlignLeft" style={{ width: '100%' }}>
|
||||
<div className="rowAlignLeft" style={{ width: '100%', marginTop: '1em' }}>
|
||||
<span className="rowAlignRight elipsText">
|
||||
<a className="selectOrch" href={"https://arbiscan.io/block/" + obj.block}>
|
||||
🔗{obj.block}
|
||||
|
@ -49,7 +49,7 @@ const EventButton = (obj) => {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="stroke" style={{ width: '100%', padding: 0, margin: 0, marginTop: '1em' }}>
|
||||
<div className="stroke" style={{ width: '100%', padding: 0, margin: 0 }}>
|
||||
{blockNumber}
|
||||
<div className="rowAlignLeft" style={{ backgroundColor: obj.eventObj.eventColour, borderRadius: "1.2em", width: '100%' }}>
|
||||
<div className="rowAlignLeft" style={{ flex: '1', width: 'unset' }}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user