Procházet zdrojové kódy

Update BasicWide topbar

Use container margins in content container for topbar.
master
TheoryOfNekomata před 2 roky
rodič
revize
219d5abe3f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/widgets/TopBar/index.tsx

+ 1
- 1
src/widgets/TopBar/index.tsx Zobrazit soubor

@@ -33,7 +33,7 @@ const Container = styled('div')({
padding: '0 1rem',
boxSizing: 'border-box',
margin: '0 auto',
maxWidth: `calc(${configVar('base-width')} * 2)`,
maxWidth: `calc(${configVar('base-width')} * 3)`,
width: '100%',
height: '100%',
display: 'flex',


Načítá se…
Zrušit
Uložit