dark-blog-theme 3.9.2 → 3.9.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/minima/_layout.scss +1 -2
- data/_sass/minima/_mysass.scss +5 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 278d843df73b2acd032888289476a086194128132bf7c563784834995a83004e
|
4
|
+
data.tar.gz: 82edf5825d1e9bb092a01c44f7d63b6cf38790904ce5c475a8511a0343a26a7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9068a425a1023d3e6c54bdf7e3f877d8541d519bd349431d83f2419cce5de2db4c85e56e41175725528565467c2172ade297ffe2dcf2b0cec3735af367111900
|
7
|
+
data.tar.gz: 9c2ee70d40d838bfae7e2535870a332c9e73dd7db6bd2b2b6833aa693a5cedb6b77311c59df07aa4a067907b443a90a63075d8deb856549deaf83e60c7604490
|
data/_sass/minima/_layout.scss
CHANGED
@@ -227,13 +227,12 @@
|
|
227
227
|
background-color: var(--md-sys-color-surface-container);
|
228
228
|
border-radius: 24px;
|
229
229
|
padding: $spacing-unit;
|
230
|
-
overflow-x: clip;
|
231
230
|
@media screen and (max-width: 850px) {
|
232
231
|
// background-color: var(--md-sys-color-secondary-container);
|
233
232
|
padding: $spacing-unit/2;
|
234
233
|
}
|
235
234
|
|
236
|
-
> li {
|
235
|
+
> li:not(:last-child) {
|
237
236
|
margin-bottom: $spacing-unit;
|
238
237
|
}
|
239
238
|
}
|
data/_sass/minima/_mysass.scss
CHANGED
@@ -133,7 +133,7 @@
|
|
133
133
|
color: var(--md-sys-color-on-surface);
|
134
134
|
}
|
135
135
|
.navrail-icon {
|
136
|
-
filter: var(--outline-filter);
|
136
|
+
// filter: var(--outline-filter);
|
137
137
|
max-width: 40px;
|
138
138
|
}
|
139
139
|
|
@@ -190,9 +190,11 @@
|
|
190
190
|
.pin-svg {
|
191
191
|
position: absolute;
|
192
192
|
height: 80px;
|
193
|
-
|
194
|
-
|
193
|
+
width: auto;
|
194
|
+
top: -34px;
|
195
|
+
right: 15px;
|
195
196
|
z-index: 11;
|
197
|
+
|
196
198
|
// filter: var(--outline-filter);
|
197
199
|
}
|
198
200
|
.pin-path {
|