forked from p34709852/monkey
Fixed height of link blocks in RunServerPage.js
This commit is contained in:
parent
806bc91dd7
commit
6f2a897a48
|
@ -4,6 +4,7 @@ import {Link} from 'react-router-dom';
|
|||
import {FontAwesomeIcon} from '@fortawesome/react-fontawesome';
|
||||
import {faPlayCircle} from '@fortawesome/free-regular-svg-icons';
|
||||
import {faBookOpen, faCogs} from '@fortawesome/free-solid-svg-icons';
|
||||
import '../../styles/pages/RunServerPage.scss';
|
||||
|
||||
class RunServerPageComponent extends React.Component {
|
||||
constructor(props) {
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#homepage-shortcuts a.d-block {
|
||||
height: 100%;
|
||||
}
|
Loading…
Reference in New Issue