mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 13:33:21 -08:00
Fix advanced toggle banner visibility on mobile
This commit is contained in:
parent
1b64242fa5
commit
bc5d74cc16
1 changed files with 5 additions and 1 deletions
|
|
@ -65,7 +65,11 @@ class NavigationPanel extends Component {
|
|||
|
||||
return (
|
||||
<div className='navigation-panel'>
|
||||
{banner}
|
||||
{banner &&
|
||||
<div class='navigation-panel__banner'>
|
||||
{banner}
|
||||
</div>
|
||||
}
|
||||
|
||||
{signedIn && (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue