Skip to content

Commit

Permalink
Fix mapinfo tooltip font size
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Feb 7, 2025
1 parent 23fe41a commit e7349f2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions plugins/style/MapInfoTooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ button.mapinfotooltip-button:hover {
}

div.mapinfotooltip-body {
padding: 0.5em;
font-size: 75%;
padding: 0.25em;
}

div.mapinfotooltip-body:after {
Expand All @@ -62,6 +61,10 @@ div.mapinfotooltip-body:after {
border-bottom: 1em solid var(--titlebar-bg-color);
}

div.mapinfotooltip-body table {
font-size: 75%;
}

div.mapinfotooltip-body td {
padding: 0.25em;
}
Expand Down

0 comments on commit e7349f2

Please sign in to comment.