mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 17:15:37 +01:00
This commit is contained in:
parent
9b310dacef
commit
abfb78bb98
3 changed files with 5 additions and 5 deletions
|
|
@ -144,12 +144,12 @@ export function ShareNav({
|
|||
position={isMobile ? undefined : 'fixed'}
|
||||
padding="3"
|
||||
width={isMobile ? '100%' : collapsed ? '60px' : '240px'}
|
||||
maxHeight="100vh"
|
||||
height="100vh"
|
||||
maxHeight="100dvh"
|
||||
height="100dvh"
|
||||
border={isMobile ? undefined : 'right'}
|
||||
borderColor={isMobile ? undefined : '4'}
|
||||
>
|
||||
<Row as="header" gap alignItems="center" paddingY="3" justifyContent="space-between">
|
||||
<Row as="header" gap alignItems="center" justifyContent="space-between">
|
||||
{!collapsed && (
|
||||
<a href={logoUrl} target="_blank" rel="noopener" style={{ marginLeft: 12 }}>
|
||||
<Row alignItems="center" gap>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue