Skip to content

Commit

Permalink
Remove backlink on bottom option for now
Browse files Browse the repository at this point in the history
No pure CSS solution, might have to do it in JS later but who even uses this?
  • Loading branch information
3nly committed Nov 28, 2024
1 parent 66254ff commit c6268b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
10 changes: 0 additions & 10 deletions src/css/General.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,6 @@ div.post {
box-shadow: inset rgba(0,0,0,.05) 0 -1px 2px;
padding-top: 2px !important;
}
/* Backlinks */
:root.backlink-bottom .post {
position: relative;
padding-bottom: 2px;
}
:root.backlink-bottom .container {
position:absolute;
bottom:2px;
right:6px;
}
/* Menu button */
.reply .menu-button i {
position: relative;
Expand Down
4 changes: 1 addition & 3 deletions src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
"Reduce Thumbnail Opacity": [false, "Reduces opacity of thumbnails."],
"Backlink Icons": [false, "Use icons for backlinks instead of text."],
"Backlink Shadow": [false, "Add a shadow to the backlink text."],
"Backlinks on Bottom": [false, "Move backlinks to the bottom right of replies."],
"Show 4chan Pass users": [false, "Show a four leaf clover indicating a pass user."],
"Borders": [
2, "Changes which sides of replies have borders.", [{
Expand Down Expand Up @@ -2561,9 +2560,8 @@
$("html").optionClass("Recolor Even Replies", true, "recolor-even");
$("html").optionClass("Backlink Icons", true, "backlink-icon");
$("html").optionClass("Backlink Shadow", true, "backlink-shadow");
$("html").optionClass("Backlinks on Bottom", true, "backlink-bottom");
$("html").optionClass("Show 4chan Pass users", true, "no-pu");
$("html").optionClass("Fit Expanded Images", true, "fit-eximg");
$("html").optionClass("Fit Expanded Images", true, "fit-eximg");
$("html").optionClass("Autohide Style", 2, "vertical-qr");
$("html").optionClass("Autohide Style", 3, "fade-qr");
$("html").optionClass("Transparent QR", true, "qr-opacity");
Expand Down

0 comments on commit c6268b1

Please sign in to comment.