Skip to content

Commit

Permalink
highlights op comments now
Browse files Browse the repository at this point in the history
  • Loading branch information
avadhesh18 committed Feb 1, 2024
1 parent 4af1575 commit 652b021
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions public/new.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<li>NEW: Compact mode (smaller thumbnails, faster loading) is here, enable it from the <a href="settings.html">settings</a> page.</li>
<li>NEW: Infinite Scrolling is here. If that's your thing enable it from the <a href="settings.html">settings</a> page.</li>
<li>UPDATE: All GIFs now load faster than ever.</li>
<li>UPDATE: OP's comments are labelled.</li>
<b>18 Jan 2023</b>
<li>ADDED: New themes and fonts. </li>
<li>UPDATED: Click on the first image of a gallery post to open the images in gallery view. </li>
Expand Down
10 changes: 9 additions & 1 deletion public/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,15 @@ span#closegal {
display: inline-table;
text-align:center;
}

span.authorttext.isop:after {
content: "OP";
margin-left: 5px;
background: var(--lightc);
color: var(--greyc);
border-radius: 5px;
padding: 1px 5px;
font-size: 11px;
}
.rop {
display: inline-block;
vertical-align: top;
Expand Down
4 changes: 2 additions & 2 deletions run.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<div id="leftbar" class="hidden">
<div class="list">
<a href="index.html" class="homelinks halfit">Home</a><a onClick="window.location.reload()" class="homelinks halfit">Refresh</a><a href="saved.html" class="homelinks halfit">Saved</a><a href="subreddit.html?r=popular" class="homelinks halfit">Popular</a>
<div id="subscribed">Subscribe to subreddits to view them here.</div> <div id="cthemew"><a href="themes.html" id="themebtn">Themes</a> <a href="settings.html"><span style="color:var(--lightc);">&bull;</span> Settings</a> <a href="https://www.buymeacoffee.com/overdevsapps" rel="nofollow">Donate</a> <a href="new.html" rel="nofollow">New</a> <a href="contact.html" >Feedback</a> <br>
<small><span style="color:var(--lightc);">&bull;</span> New settings: Infinite Scrolling and Compact Mode.</small>
<div id="subscribed">Subscribe to subreddits to view them here.</div> <div id="cthemew"><a href="themes.html" id="themebtn">Themes</a> <a href="settings.html">Settings</a> <a href="https://www.buymeacoffee.com/overdevsapps" rel="nofollow">Donate</a> <a href="new.html" rel="nofollow">New</a> <a href="contact.html" >Feedback</a> <br>
<small><span style="color:var(--lightc);">*</span> New settings: Infinite Scrolling and Compact Mode.</small>
</div></div>
</div>
<div id="rightbar" class="hidden"></div>
Expand Down

0 comments on commit 652b021

Please sign in to comment.