diff --git a/src/webviews/apps/scss/main.scss b/src/webviews/apps/scss/main.scss index ee040e9..81804d4 100644 --- a/src/webviews/apps/scss/main.scss +++ b/src/webviews/apps/scss/main.scss @@ -1,6 +1,7 @@ html { height: 100%; font-size: 62.5%; + box-sizing: border-box; } body { @@ -718,11 +719,7 @@ section { .section__collapsible { display: flex; - flex-flow: wrap-reverse; -} - -.section__collapsible--wrap { - flex-flow: wrap; + flex-wrap: wrap; } .section__content { @@ -737,7 +734,10 @@ section { display: flex; flex-flow: wrap-reverse; - margin-top: 1em; + + & + .section__group { + margin-top: 1em; + } } .section__header { @@ -797,7 +797,7 @@ section { color: var(--color-foreground--75); font-weight: 200; - margin: 1em 0 0 0; + margin: 0; } .section__preview { diff --git a/src/webviews/apps/settings/index.html b/src/webviews/apps/settings/index.html index 8bbf41c..c497fa9 100644 --- a/src/webviews/apps/settings/index.html +++ b/src/webviews/apps/settings/index.html @@ -2,9 +2,6 @@
- @@ -206,48 +203,66 @@+ When enabled the annotation can be scrolled into view when it is outside the + viewport +
- When enabled the annotation can be scrolled into view when it is outside the - viewport -
For more options, open gitlens.currentLine
At the top of the file
- At the start of modules, classes, interfaces, etc -
At the top of the file
++ At the start of modules, classes, interfaces, etc +
+At the start of functions, methods, etc
At the start of functions, methods, etc
For more options, open gitlens.codeLens
+ Avoids clearing the previous blame information when changing lines to reduce + status bar "flashing" +
- Avoids clearing the previous blame information when changing lines to reduce - status bar "flashing" -
For more options, open gitlens.statusBar
Adds detailed blame information accessible via hovers
- GitLens views can be configured to be shown in different side bar layouts to best match - your workflow. You can easily change the default layout (where all views are shown - together on the GitLens side bar) below -
- ++ GitLens views can be configured to be shown in different side bar layouts to best + match your workflow. You can easily change the default layout (where all views are + shown together on the GitLens side bar) below +
+ -- - - -
- Chooses the best layout based on the number of files at each nesting level -
-+ Compacts (flattens) unnecessary nesting when using a tree layouts +
- Compacts (flattens) unnecessary nesting when using a tree layouts -
-- For more options, open - User Settings - and search for gitlens.views.repositories or - gitlens.views -
+ For more options, open + User Settings + and search for gitlens.views.repositories or + gitlens.views +
+ Compacts (flattens) unnecessary nesting when using a tree layouts +
- Compacts (flattens) unnecessary nesting when using a tree layouts -
-For more options, open gitlens.views.search or gitlens.views
+ Compacts (flattens) unnecessary nesting when using a tree layouts +
- Compacts (flattens) unnecessary nesting when using a tree layouts -
-For more options, open gitlens.views.compare or gitlens.views
- Indicator color reflects the age of the most recent change (hot or cold), while - indicator brightness ranges from bright (newer) to dim (older) based on the relative - age -
-- Compacts (deduplicates) matching adjacent blame annotations -
-+ Indicator color reflects the age of the most recent change (hot or cold), while + indicator brightness ranges from bright (newer) to dim (older) based on the + relative age +
+ Compacts (deduplicates) matching adjacent blame annotations +
+For more options, open gitlens.blame
- Indicator color reflects the age of the most recent - change (hot or cold), while indicator brightness ranges from bright (newer) to dim - (older) based on the relative age -
++ Indicator color reflects the age of the most recent + change (hot or cold), while indicator brightness ranges from bright (newer) to dim + (older) based on the relative age +
-For more options or to add your own custom modes, open gitlens.modes