mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
chore: minor code clean
This commit is contained in:
parent
16eb77be63
commit
c286ec7fbe
3 changed files with 2 additions and 3 deletions
|
|
@ -54,7 +54,7 @@ export function FileTreeSettings(props: React.PropsWithChildren<Props>) {
|
|||
})
|
||||
}}
|
||||
value={configContext.value.recursiveToggleFolder}
|
||||
></SelectInput>
|
||||
/>
|
||||
</Field>
|
||||
<Field title="Icons" id="file-tree-icons">
|
||||
<SelectInput<Config['icons']>
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ export function SidebarSettings(props: React.PropsWithChildren<Props>) {
|
|||
})
|
||||
}}
|
||||
value={configContext.value.toggleButtonContent}
|
||||
></SelectInput>
|
||||
/>
|
||||
</Field>
|
||||
<SimpleToggleField
|
||||
field={{
|
||||
|
|
|
|||
|
|
@ -393,7 +393,6 @@ $minimal-z-index: max($github-header-z-index, $github-pull-request-float-header-
|
|||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
max-height: calc(100vh - 34px); // temporary fix for layout issue occurred since Chrome v76
|
||||
min-height: 0; // make content shrinkable
|
||||
|
||||
.header {
|
||||
|
|
|
|||
Loading…
Reference in a new issue