Skip to content

Commit

Permalink
massive commiting ahead
Browse files Browse the repository at this point in the history
try to fix bizarre giscus sizing issue
  • Loading branch information
KirisameSoup committed Nov 4, 2023
1 parent 1d723d9 commit 21ea184
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 52 deletions.
28 changes: 0 additions & 28 deletions _site/assets/css/giscus.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _site/assets/css/giscus.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 23 additions & 23 deletions assets/css/giscus.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
---

.color-bg-default, .color-bg-primary, .color-bg-overlay { background: #000; }
// .color-bg-default, .color-bg-primary, .color-bg-overlay { background: #000; }

.gsc-comments {
position: fixed;
Expand Down Expand Up @@ -95,25 +95,25 @@
}
}

// remove round corner
.gsc-comment-box,
.gsc-comment-box-write,
.gsc-comment-box-textarea,
.gsc-comment-box-textarea-extras,
.rounded,
.rounded-t,
.rounded-md,
.rounded-full,
.BtnGroup,
.BtnGroup-item,
.gsc-reactions-popover
{ border-radius: unset !important }

// remove bloat
button[title="启用编辑器固定宽度(等宽)字体"],
button s,
.gsc-right-header,
.gsc-comment-box-textarea-extras,
.gsc-comment-box-bottom svg path,
.gsc-reactions-button svg path
{ display: none; }
// // remove round corner
// .gsc-comment-box,
// .gsc-comment-box-write,
// .gsc-comment-box-textarea,
// .gsc-comment-box-textarea-extras,
// .rounded,
// .rounded-t,
// .rounded-md,
// .rounded-full,
// .BtnGroup,
// .BtnGroup-item,
// .gsc-reactions-popover
// { border-radius: unset !important }

// // remove bloat
// button[title="启用编辑器固定宽度(等宽)字体"],
// button s,
// .gsc-right-header,
// .gsc-comment-box-textarea-extras,
// .gsc-comment-box-bottom svg path,
// .gsc-reactions-button svg path
// { display: none; }

0 comments on commit 21ea184

Please sign in to comment.