mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-25 11:52:10 +00:00
Style PR (#84)
* fixes for table values * color tweaks rating * inc legibility on aside active * add tab separators * fix hint icon * fix header colors & remove custom balance * Better mobile burger colors * remove border from logofallback img * style divider dark mode * compact header + file + expandable hover + mt mobile nav * testing file types
This commit is contained in:
@@ -68,7 +68,7 @@ export function TableOfContents(props: {
|
||||
{header ? header : null}
|
||||
<div
|
||||
className={tcls(
|
||||
withHeaderOffset ? 'pt-4' : null,
|
||||
withHeaderOffset ? 'pt-4' : ['pt-4', 'lg:pt-0'],
|
||||
'hidden',
|
||||
'lg:flex',
|
||||
'flex-grow',
|
||||
|
||||
@@ -101,7 +101,7 @@ export function ToggleableLinkItem(props: {
|
||||
'text-sm',
|
||||
'transition-colors',
|
||||
'relative',
|
||||
'textwrap-balance',
|
||||
'text-balance',
|
||||
'before:border-l',
|
||||
'before:absolute',
|
||||
'before:left-[-1px]',
|
||||
|
||||
Reference in New Issue
Block a user