Skip to content

Commit 77e0bec

Browse files
author
satoshinotdead
committed
lint
1 parent dbb650f commit 77e0bec

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

scss/main.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,14 +423,14 @@ ul.ai-helper-optionsli[data-value="markdown_table"],
423423
}
424424

425425
// Style TOCs
426-
427426
.d-toc-main #d-toc li.d-toc-item {
428427
padding-left: 0.33em;
429428
}
430429

431430
.d-toc-main #d-toc li.d-toc-item.direct-active > a::before {
432431
width: 2px;
433432
}
433+
434434
.d-toc-main #d-toc > ul > li > ul li.direct-active > a::before {
435435
margin-left: -5px;
436436
}
@@ -440,13 +440,13 @@ ul.ai-helper-optionsli[data-value="markdown_table"],
440440
}
441441

442442
// Hiding some profile card info
443-
444443
.user-main .about .secondary.trust-level,
445444
.user-main .about .secondary.groups {
446445
display: none;
447446
}
448447

449448
// Update posts message
449+
450450
#list-area .show-more .alert {
451451
padding: 0.65rem 1.15rem;
452452
border-radius: 0.5rem;

scss/mobile-stuff.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,13 +313,11 @@ body.f-nav-hidden:not(
313313
}
314314

315315
// Some icons on white
316-
317316
.flair-agoristas {
318317
color: #f1f1f1;
319318
}
320319

321320
// More stuff
322-
323321
img.emoji {
324322
vertical-align: unset;
325323
}

0 commit comments

Comments
 (0)