view-more-inks -> view-more-links

This commit is contained in:
bopol 2021-01-04 12:43:14 +01:00
parent c44551580f
commit 6a1cc74869
4 changed files with 6 additions and 6 deletions

View File

@ -161,7 +161,7 @@ body.dark .btn {
body.dark #post .crosspost {
background: var(--darkbg);
}
body.dark .view-more-inks a {
body.dark .view-more-links a {
background: black;
color: white;
}
@ -386,12 +386,12 @@ header .tabmenu li a {
header .tabmenu li.active a {
background: black;
}
.view-more-inks {
.view-more-links {
margin-bottom: 50px;
float: left;
width: 100%;
}
.view-more-inks a {
.view-more-links a {
margin-left: 20px;
padding: 1px 4px;
background: #eee;

View File

@ -111,7 +111,7 @@ html
input(type="checkbox", name="nsfw", id="nsfw", checked="checked")
input(type="submit", value="search")
if json.info.before || json.info.after
.view-more-inks
.view-more-links
if json.info.before && !subreddit_front
a(href="/r/all/" + sortby + "?t="+ (past ? past : '') +"&before=" + json.info.before + "") prev
if json.info.after

View File

@ -146,7 +146,7 @@ html
a(href="" + link.permalink + "", class="comments")
| #{link.num_comments} comments
if json.before || json.after
.view-more-inks
.view-more-links
if json.before && !subreddit_front
a(href="?q=" + q + "&restrict_sr=" + restrict_sr + "&before=" + json.before + "") prev
if json.after

View File

@ -129,7 +129,7 @@ html
a(href="" + link.permalink + "", class="comments")
| #{link.num_comments} comments
if json.info.before || json.info.after
.view-more-inks
.view-more-links
if json.info.before && !subreddit_front
a(href="/r/" + subreddit + "/" + sortby + "?t="+ (past ? past : '') +"&before=" + json.info.before + "") prev
if json.info.after