mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
Shrink movement profile
This commit is contained in:
@@ -96,7 +96,7 @@ export default class OutfittingSubpages extends TranslatedComponent {
|
||||
|
||||
<div className='group third'>
|
||||
<h1>{translate('movement profile')}</h1>
|
||||
<Movement marker={movementMarker} ship={ship} boost={boost} eng={eng} cargo={cargo} fuel={fuel}/>
|
||||
<Movement marker={movementMarker} ship={ship} boost={boost} eng={eng} cargo={cargo} fuel={fuel} />
|
||||
</div>
|
||||
|
||||
<div className='group half'>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
|
||||
#movement {
|
||||
svg {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 75%;
|
||||
height: 75%;
|
||||
stroke: @primary-disabled;
|
||||
fill: @primary-disabled;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user