mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
Update
This commit is contained in:
@@ -2,7 +2,7 @@ import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import {Layout as LayoutMDL} from 'react-mdl';
|
||||
import Header from '../../containers/Header';
|
||||
import Drawer from './Drawer';
|
||||
import Drawer from '../Drawer';
|
||||
import styles from './Layout.css';
|
||||
|
||||
const Layout = ({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@custom-media --tablet (max-width: 1024px);
|
||||
@custom-media --tablet (max-width: 1180px);
|
||||
|
||||
.viewOptions {
|
||||
display: inline-block;
|
||||
@@ -8,6 +8,7 @@
|
||||
overflow: visible;
|
||||
height: 144px;
|
||||
min-height: auto;
|
||||
z-index: 10;
|
||||
|
||||
@media (--tablet) {
|
||||
width: 650px;
|
||||
|
||||
Reference in New Issue
Block a user