Sha256: 80d44e546e45726505c750b5aef4683e00e073f59eac943f2ce4dd0ae807b5cc

Contents?: true

Size: 795 Bytes

Versions: 1

Compression:

Stored size: 795 Bytes

Contents

#toc {
  &::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  @media screen and (min-width: 1440px) {
    position: fixed;
    right: 12px;
    top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100vw - 1230px);
    height: 100vh;
    overflow-y: scroll;
    opacity: 0.8;
    transition: opacity 0.2s;
    &:hover {
      opacity: 1;
    }
  }
}
.toc {
  list-style-type: none;
  margin-left: 8px;
  a {
    color: var(--md-sys-color-tertiary);
  }
}
.toc-H1 {
  font-size: 17px;
}

.toc-H2 {
  padding-left: 14px;
  font-size: 16px;
}
.toc-H3 {
  padding-left: 30px;
  font-size: 16px;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-doodle-5.2.2 _sass/minima/_toc.scss