mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 11:12:15 +03:00
Add more spacing for graph controls (#2878)
This commit is contained in:
parent
09687c0c14
commit
cc5c795fd6
@ -327,7 +327,7 @@ class LineGraph extends React.Component {
|
||||
</div>
|
||||
<div className="relative px-2">
|
||||
{mainGraphRefreshing && renderLoader()}
|
||||
<div className="absolute right-4 -top-10 py-2 md:py-0 flex items-center">
|
||||
<div className="absolute right-4 -top-8 py-1 flex items-center">
|
||||
{ this.downloadLink() }
|
||||
{ this.samplingNotice() }
|
||||
{ this.importedNotice() }
|
||||
|
Loading…
Reference in New Issue
Block a user