mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
Shipyard page now scales based on font size
This commit is contained in:
@@ -199,7 +199,7 @@ export default class ShipyardPage extends Page {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className='page'>
|
||||
<div className='page' style={{ fontSize: this.context.sizeRatio + 'em' }}>
|
||||
<div className='scroll-x'>
|
||||
<table style={{ fontSize:'0.85em', whiteSpace:'nowrap', margin: '0 auto' }} align='center'>
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user