Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
fix: desktop menu showing on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Aug 15, 2019
1 parent acb18ed commit b6e0022
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/Settings/NumberConfigSetting.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import "~bootstrap/scss/bootstrap";
@import "~bootstrap/scss/functions";
@import "~bootstrap/scss/variables";

.number-config-setting {
.is-outdated {
Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap.scss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import "variables";
@import "~bootstrap/scss/bootstrap";
3 changes: 1 addition & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import * as React from 'react'
import * as ReactDOM from 'react-dom'
import 'bootstrap/dist/css/bootstrap.min.css'
import './typography.scss'
import './bootstrap.scss'
import './typography.scss'
import './desktop.scss'
import App from './App'
import * as serviceWorker from './serviceWorker'
Expand Down

0 comments on commit b6e0022

Please sign in to comment.