mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
feat: add statistics chart export button (#3662)
This commit is contained in:
@@ -109,6 +109,13 @@
|
||||
.Placeholder {
|
||||
padding-bottom: 32px;
|
||||
}
|
||||
|
||||
&-chartExport {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
margin: 16px;
|
||||
margin-top: -32px;
|
||||
}
|
||||
}
|
||||
|
||||
/*!
|
||||
@@ -119,9 +126,9 @@
|
||||
position: relative; /* for absolutely positioned tooltip */
|
||||
|
||||
/* https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/ */
|
||||
font-family: -apple-system, BlinkMacSystemFont,
|
||||
'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell',
|
||||
'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
|
||||
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
|
||||
sans-serif;
|
||||
|
||||
.axis,
|
||||
.chart-label {
|
||||
|
Reference in New Issue
Block a user