File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,10 @@ html[dir='rtl'] {
177
177
margin-right : 0 !important ;
178
178
}
179
179
180
+ .pin {
181
+ margin-left : 0 !important ;
182
+ }
183
+
180
184
i {
181
185
& :first-child {
182
186
margin-right : 0 !important ;
@@ -246,6 +250,11 @@ html[dir='rtl'] {
246
250
}
247
251
248
252
.post-tail-wrapper {
253
+ .post-meta i ,
254
+ .post-tags i {
255
+ margin-right : 0 !important ;
256
+ }
257
+
249
258
.share-wrapper {
250
259
.share-icons {
251
260
> * {
@@ -272,9 +281,10 @@ html[dir='rtl'] {
272
281
}
273
282
}
274
283
275
- /* Page Category */
276
- #page-category {
277
- ul li {
284
+ /* Page Category, Page Tag */
285
+ #page-category ,
286
+ #page-tag {
287
+ ul > li {
278
288
& ::before {
279
289
margin-left : 0.5rem ;
280
290
margin-right : 0 ;
@@ -330,7 +340,7 @@ html[dir='rtl'] {
330
340
/* Categories */
331
341
.category-trigger {
332
342
i {
333
- transform : rotate ( 180 deg ) ;
343
+ transition : transform 300 ms ease ;
334
344
}
335
345
}
336
346
You can’t perform that action at this time.
0 commit comments