mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
cleanup
This commit is contained in:
@@ -114,9 +114,6 @@ select:focus {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ExtrasMenu {
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-height: 580px) {
|
@media (max-height: 580px) {
|
||||||
.BottomSection {
|
.BottomSection {
|
||||||
height: 150px;
|
height: 150px;
|
||||||
|
|||||||
@@ -36,10 +36,6 @@ async function generateInfo() {
|
|||||||
alert('check your dev console and send that in #cultivation')
|
alert('check your dev console and send that in #cultivation')
|
||||||
}
|
}
|
||||||
|
|
||||||
function none() {
|
|
||||||
alert('none')
|
|
||||||
}
|
|
||||||
|
|
||||||
class Debug extends React.Component {
|
class Debug extends React.Component {
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -24,7 +24,6 @@ import DownloadHandler from '../utils/download'
|
|||||||
import cogBtn from '../resources/icons/cog.svg'
|
import cogBtn from '../resources/icons/cog.svg'
|
||||||
import downBtn from '../resources/icons/download.svg'
|
import downBtn from '../resources/icons/download.svg'
|
||||||
import wrenchBtn from '../resources/icons/wrench.svg'
|
import wrenchBtn from '../resources/icons/wrench.svg'
|
||||||
import Menu from './components/menu/Menu'
|
|
||||||
import { ExtrasMenu } from './components/menu/ExtrasMenu'
|
import { ExtrasMenu } from './components/menu/ExtrasMenu'
|
||||||
|
|
||||||
interface IProps {
|
interface IProps {
|
||||||
|
|||||||
Reference in New Issue
Block a user