mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-04-01 18:50:10 +02:00
Decrease doc label font size
This commit is contained in:
parent
51a2eabc91
commit
5eb0e36faf
1 changed files with 2 additions and 1 deletions
|
@ -35,10 +35,11 @@ export default class DocLabel extends React.Component {
|
||||||
<div style={{
|
<div style={{
|
||||||
backgroundColor: colors.gray,
|
backgroundColor: colors.gray,
|
||||||
padding: margins[1],
|
padding: margins[1],
|
||||||
|
fontSize: 10,
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
top: 20,
|
top: 20,
|
||||||
left: 0,
|
left: 0,
|
||||||
width: 100,
|
width: 120,
|
||||||
display: this.state.showDoc ? null : 'none',
|
display: this.state.showDoc ? null : 'none',
|
||||||
zIndex: 3,
|
zIndex: 3,
|
||||||
}}>
|
}}>
|
||||||
|
|
Loading…
Add table
Reference in a new issue