Browse Source

Fixes some layout issues

main
Eric Amodio 5 years ago
parent
commit
270a5b8b4c
2 changed files with 1667 additions and 1590 deletions
  1. +7
    -7
      src/webviews/apps/scss/main.scss
  2. +1660
    -1583
      src/webviews/apps/settings/index.html

+ 7
- 7
src/webviews/apps/scss/main.scss View File

@ -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 {

+ 1660
- 1583
src/webviews/apps/settings/index.html
File diff suppressed because it is too large
View File


Loading…
Cancel
Save