Fixed height of link blocks in RunServerPage.js

This commit is contained in:
VakarisZ 2020-08-04 16:16:10 +03:00
parent 806bc91dd7
commit 6f2a897a48
2 changed files with 4 additions and 0 deletions

View File

@ -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) {

View File

@ -0,0 +1,3 @@
#homepage-shortcuts a.d-block {
height: 100%;
}