1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-11 17:42:48 +00:00

client - forum page now responsive - tested on iOS

This commit is contained in:
2018-01-27 16:08:10 -06:00
parent b90860f251
commit 7ec7416dad
11 changed files with 76 additions and 37 deletions

View File

@@ -79,8 +79,8 @@ export class ForumNav extends React.Component<Props, State> {
const imageSrc = selectedCategory ? this.getImageSrc() : undefined;
return (
<div className="flex">
<img src={imageSrc} />
<div className="flex" style={{ overflow: 'hidden' }}>
<img className="hide-tiny" src={imageSrc} />
<div className="forum-nav">
<div className="forum-nav__title">
<b>{get(selectedCategory, 'title')}</b>