Skip to content

Commit

Permalink
fix(ui): do not let signature box resize the rest of the map, display…
Browse files Browse the repository at this point in the history
… EOL connections more properly
  • Loading branch information
updraft0 committed Jun 13, 2024
1 parent 4cc8be2 commit d931cee
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ui/src/main/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ dialog::backdrop {

@media all {
#map-parent { min-width: 600px; flex: 4 1 auto; order: 3; }
#map-left-sidebar { min-width: 460px; flex: 0 1 auto; order: 2; }
#map-left-sidebar { width: 28em; min-width: 380px; flex: 0 1 auto; order: 2; }
#map-menu { flex: 1 100%; order: 1; }
}

Expand Down Expand Up @@ -297,12 +297,15 @@ td.signature-target {
}

span.connection-system-name {
border-top: 2px $gray-light solid;
border-bottom: 2px $gray-light solid;
padding-left: 2px;
padding-right: 2px;
}

span:not(.wormhole-eol) > span.connection-system-name {
border-top: 2px $gray-light solid;
border-bottom: 2px $gray-light solid;
}

mark.system-effect {
background: inherit;

Expand Down

0 comments on commit d931cee

Please sign in to comment.