mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Fixed inivisible sidebar in Admin X settings
refs. https://github.com/TryGhost/Team/issues/3150
This commit is contained in:
parent
57d5f544d8
commit
85688ace3e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import SettingNavSection from './design-system/settings/SettingNavSection';
|
|||
|
||||
const Sidebar: React.FC = () => {
|
||||
return (
|
||||
<div className="mt-6 hidden md:block">
|
||||
<div className="mt-6 hidden md:!visible md:!block">
|
||||
<SettingNavSection title="General">
|
||||
<SettingNavItem title="Title and description" />
|
||||
<SettingNavItem title="Timezone" />
|
||||
|
|
Loading…
Add table
Reference in a new issue