mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-22 14:59:26 +01:00
view-more-inks -> view-more-links
This commit is contained in:
parent
c44551580f
commit
6a1cc74869
@ -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;
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user