Skip to content

Commit

Permalink
fixed css
Browse files Browse the repository at this point in the history
  • Loading branch information
avadhesh18 committed Jan 18, 2024
1 parent 85fa0f9 commit ce87956
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions public/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,7 @@ div#newgallery {
bottom: 0;
overflow-y: scroll;
animation: popsup 0.1s linear;
z-index:10000;
}
.gallery_main img {
cursor: pointer;
Expand All @@ -789,13 +790,13 @@ transform:translateY(0%);
display: block;
}

.displayimg:first-of-type {margin-top:80px;}
.displayimg:first-of-type {margin-top:50px;}
span#closegal {
background: var(--greyc);
color: var(--textc);
padding: 5px 10px;
position: fixed;
top: 65px;
top: 5px;
right: 5px;
border-radius: 10px;
opacity: 0.95;
Expand Down
3 changes: 1 addition & 2 deletions run.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
<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">Change Theme</a> | <a href="settings.html">Settings</a>
</div>
</div>
</div></div>
</div>
<div id="rightbar" class="hidden"></div>
</div>
Expand Down

0 comments on commit ce87956

Please sign in to comment.