mirror of https://github.com/onweru/compose.git

weru
21.51.2020 9aa2cd00092d6fcbcfa7a07bcf465d6671678f28
update
4 files modified
26 ■■■■■ changed files
assets/js/search.js 2 ●●● patch | view | raw | blame | history
assets/sass/_base.sass 14 ●●●●● patch | view | raw | blame | history
assets/sass/_components.sass 2 ●●●●● patch | view | raw | blame | history
assets/sass/_utils.sass 8 ●●●● patch | view | raw | blame | history
assets/js/search.js
@@ -3,7 +3,7 @@
  {
    "link": "{{ .Permalink }}",
    "title": "{{ .Title }}",
    "body": "{{ .PlainWords }}".toLowerCase(),
    "body": `{{ .PlainWords }}`.toLowerCase(),
  },
  {{- end }}
];
assets/sass/_base.sass
@@ -188,3 +188,17 @@
::placeholder
  font-size: 1rem
svg
  &.icon_sort
    fill: var(--light)
    height: 0.7rem
    width: 0.7rem
    display: inline-block
    margin-left: auto
    vertical-align: middle
canvas
  margin: 2.5rem auto 0 auto
  max-width: 450px !important
  max-height: 450px !important
assets/sass/_components.sass
@@ -159,6 +159,8 @@
  align-items: center
  padding-top: 2rem
  margin: 2rem 0
  max-width: 100vw
  overflow: hidden
  svg
    filter: opacity(0.75)
    width: 1.25rem
assets/sass/_utils.sass
@@ -68,4 +68,10 @@
  @media screen and (min-width: 768px)
    max-width: 100%
  &:hover
    overflow-x: auto
    overflow-x: auto
.chart
  display: grid
  grid-gap: 1.5rem
  max-width: 98vw !important
  max-height: 98vw !important