Skip to content

Commit

Permalink
Various fixes for /f/
Browse files Browse the repository at this point in the history
  • Loading branch information
3nly committed Nov 29, 2024
1 parent 780535e commit ed60eaf
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
4 changes: 3 additions & 1 deletion src/css/Colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ select,
.captcha-root,
.tegaki-label,
.dd-menu ul,
.boxbar {
.boxbar,
.postblock {
color: " + $SS.theme.textColor.hex + " !important;
}
/* Names */
Expand Down Expand Up @@ -291,6 +292,7 @@ textarea,
:root.vertical-qr #qr .move,
#qr select,
select,
.postblock,
#post-preview,
.captcha-root,
.dd-menu ul,
Expand Down
5 changes: 4 additions & 1 deletion src/css/Fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,10 @@ a.current {
.qr-link {
font-weight: normal;
}
/* /f/ */
.postblock {
font-weight: 700;
}
/* Font Style */
.summary {
Expand Down
10 changes: 5 additions & 5 deletions src/css/General.css
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,11 @@ table.flashListing .highlightPost {
padding-right: 4px !important;
text-align: center !important;
}
#delform[action='https://sys.4chan.org/f/up.php'],
#delform[action='https://sys.4chan.org/f/up.php'] .postblock {
background: none !important;
border: none !important;
box-shadow: none !important;
body.board_f #delform .file-info {
padding-left: 5px;
}
body.board_f #delform .fileText {
margin-left: 0 !important;
}
/* Ads */
:root.ad-opacity .center img,
Expand Down
3 changes: 3 additions & 0 deletions src/css/Original.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ table.flashListing {
margin-left: auto;
margin-right: auto;
}
table.flashListing .postblock {
padding: 5px;
}
div.pagelist div.pages {
padding: 4px;
}
Expand Down

0 comments on commit ed60eaf

Please sign in to comment.