Sha256: a961b684a837f6fd25af4c235b803e606ce24bed18b927700055252d105ae6f8

Contents?: true

Size: 1.09 KB

Versions: 19

Compression:

Stored size: 1.09 KB

Contents

/*
  Style for page Category and Tag
*/

.dash {
  margin: 0 .5rem .6rem .5rem;
  border-bottom: 2px dotted var(--dash-color);
}

#page-category,
#page-tag {
  ul > li {
    line-height: 1.5rem;
    padding: 0.6rem 0;

    &::before { // dot
      background: #999;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      display: block;
      content: "";
      position: relative;
      top: 0.6rem;
      margin-right: 0.5rem;
    }

    > a { /* post's title */
      @extend %no-bottom-border;

      font-size: 1.1rem;
    }

    > span:last-child {
      white-space: nowrap;
    } /* post's date */
  }
}

#page-tag h1 > i { // tag icon
  font-size: 1.2rem;
}

#page-category h1 > i {
  font-size: 1.25rem;
}

#page-category,
#page-tag,
#access-lastmod {
  a:hover {
    @extend %link-hover;

    margin-bottom: -1px; // Avoid jumping
  }
}

@media all and (max-width: 576px) {
  #page-category,
  #page-tag {
    ul > li {
      &::before {
        margin: 0 .5rem;
      }
      > a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
    }
  }
}

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
jekyll-theme-chirpy-4.3.3 _sass/layout/category-tag.scss
jekyll-theme-chirpy-4.3.2 _sass/layout/category-tag.scss
jekyll-theme-chirpy-4.3.1 _sass/layout/category-tag.scss
jekyll-theme-chirpy-4.3.0 _sass/layout/category-tag.scss
jekyll-theme-chirpy-4.2.1 _sass/layout/category-tag.scss
jekyll-theme-chirpy-4.2.0 _sass/layout/category-tag.scss
jekyll-theme-chirpy-4.1.1 _sass/layout/category-tag.scss
jekyll-theme-chirpy-4.1.0 _sass/layout/category-tag.scss
jekyll-theme-chirpy-4.0.2 _sass/layout/category-tag.scss
jekyll-theme-chirpy-4.0.1 _sass/layout/category-tag.scss
jekyll-theme-chirpy-3.3.2 _sass/layout/category-tag.scss
jekyll-theme-chirpy-3.3.1 _sass/layout/category-tag.scss
jekyll-theme-chirpy-3.3.0 _sass/layout/category-tag.scss
jekyll-theme-chirpy-3.2.2 _sass/layout/category-tag.scss
jekyll-theme-chirpy-3.2.1 _sass/layout/category-tag.scss
jekyll-theme-chirpy-3.2.0 _sass/layout/category-tag.scss
jekyll-theme-chirpy-3.1.1 _sass/layout/category-tag.scss
jekyll-theme-chirpy-3.1.0 _sass/layout/category-tag.scss
jekyll-theme-chirpy-3.0.3 _sass/layout/category-tag.scss