_sass/addon/commons.scss in jekyll-theme-chirpy-6.0.1 vs _sass/addon/commons.scss in jekyll-theme-chirpy-6.1.0
- old
+ new
@@ -278,20 +278,10 @@
> p {
margin-left: 0.25em;
margin-top: 0;
margin-bottom: 0;
}
-
- /* [scroll-focus] added by `smooth-scroll.js` */
- &:target:not([scroll-focus]),
- &[scroll-focus='true'] > p {
- background-color: var(--footnote-target-bg);
- width: -moz-fit-content;
- width: -webkit-fit-content;
- width: fit-content;
- transition: background-color 1.5s ease-in-out;
- }
}
}
.footnote {
@at-root a#{&} {
@@ -299,16 +289,10 @@
@include pl-pr(2px);
border-bottom-style: none !important;
transition: background-color 1.5s ease-in-out;
}
-
- /* [scroll-focus] added by `smooth-scroll.js` */
- @at-root sup:target:not([scroll-focus]),
- sup[scroll-focus='true'] > a#{&} {
- background-color: var(--footnote-target-bg);
- }
}
.reversefootnote {
@at-root a#{&} {
font-size: 0.6rem;
@@ -402,14 +386,10 @@
}
}
}
}
-.pageviews .fa-spinner {
- font-size: 80%;
-}
-
.post-meta {
font-size: 0.85rem;
a {
&:not([class]):hover {
@@ -974,12 +954,13 @@
}
/* 'Cancel' link */
#search-cancel {
color: var(--link-color);
- margin-left: 1rem;
+ margin-left: 0.75rem;
display: none;
+ white-space: nowrap;
@extend %cursor-pointer;
}
#search-input {
@@ -1230,13 +1211,9 @@
#main-wrapper {
min-height: calc(100vh - #{$footer-height-mobile});
}
#core-wrapper {
- min-height: calc(
- 100vh - #{$topbar-height} - #{$footer-height-mobile}
- ) !important;
-
.post-content {
> blockquote[class^='prompt-'] {
@include ml-mr(-1.25rem);
border-radius: 0;