Fix hub marker being hidden by building info panel

This commit is contained in:
tobspr 2020-06-21 21:05:51 +02:00
parent 0b8f7cdf65
commit 2ca5dc9715
2 changed files with 3 additions and 2 deletions

View File

@ -29,7 +29,7 @@
#ingame_HUD_Waypoints { #ingame_HUD_Waypoints {
position: absolute; position: absolute;
@include S(right, 10px); @include S(right, 10px);
@include S(top, 60px); @include S(top, 45px);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@include DarkThemeInvert(); @include DarkThemeInvert();

View File

@ -8,13 +8,14 @@ export const CHANGELOG = [
"Show keybindings for area-select in the upper left instead", "Show keybindings for area-select in the upper left instead",
"Automatically deselect area when selecting a new building", "Automatically deselect area when selecting a new building",
"Raise markers limit from 14 characters to 71 (by Joker-vD)", "Raise markers limit from 14 characters to 71 (by Joker-vD)",
"Optimize performance by caching miner items (by Phlosioneer)", "Optimize performance by caching extractor items (by Phlosioneer)",
"Added setting to enable compact building infos, which only show ratios and hide the image / description", "Added setting to enable compact building infos, which only show ratios and hide the image / description",
"Apply dark theme to menu as well (by dengr1065)", "Apply dark theme to menu as well (by dengr1065)",
"Fix belt planner not placing the last belt", "Fix belt planner not placing the last belt",
"Fix buildings getting deleted when right clicking while placing a blueprint", "Fix buildings getting deleted when right clicking while placing a blueprint",
"Fix for exporting screenshots for huge bases (It was showing an empty file) (by xSparfuchs)", "Fix for exporting screenshots for huge bases (It was showing an empty file) (by xSparfuchs)",
"Fix buttons not responding when using right click directly after left click (by davidburhans)", "Fix buttons not responding when using right click directly after left click (by davidburhans)",
"Fix hub marker being hidden by building info panel",
"Disable dialog background blur since it can cause performance issues", "Disable dialog background blur since it can cause performance issues",
"Added simplified chinese translations", "Added simplified chinese translations",
"Update translations (Thanks to all translators!)", "Update translations (Thanks to all translators!)",