- New map option for inline system region names, closed #947

This commit is contained in:
Mark Friedrich
2020-04-24 22:33:35 +02:00
parent f628ed69b4
commit 6cbccffa9c
3 changed files with 6 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -387,7 +387,9 @@ $mapBubbleWidth: 30px;
flex-wrap: nowrap;
color: lighten($gray-light, 10%);
font-size: 10px;
padding-right: 1px; // bring right aligned text in line with wh "effect" icon
line-height: 14px; // 15 is "default", lower it a bit and set fix "height" for 1-2px bottom space
height: 15px;
padding-right: 2px; // bring right aligned text in line with wh "effect" icon
transform: translateY(0); // fixed "blurry" text in scaled parent
min-width: 100%; // required for text "truncate" inside
max-width: 0; // required for text "truncate" inside
@@ -429,7 +431,7 @@ $mapBubbleWidth: 30px;
justify-content: flex-end;
> *:not(:last-child){
margin-right: 3px;
margin-right: 5px;
}
}