Skip to content

Commit

Permalink
Merge pull request #29 from AdiChat/master
Browse files Browse the repository at this point in the history
Minor UI changes
  • Loading branch information
AdiChat authored Mar 28, 2019
2 parents da244ab + 49305b8 commit 5ee8fb6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ body {

::selection {
text-shadow: none;
background: color(var(--blue) lightness(+30%));
background: color(blue);
}

hr {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -1867,7 +1867,7 @@ Usage (In Ghost editor):
padding-top: 20px;
padding-bottom: 60px;
color: #fff;
background: color(var(--darkgrey) l(-15%));
background: color(black);
}

.site-footer-content {
Expand Down
2 changes: 1 addition & 1 deletion page-convex-hull-map.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ into the {body} of the default.hbs template --}}
e.preventDefault();
});
url = node_url[node];
if (url.includes("tag")) {
if (!url.includes("map")) {
window.open(url, "_blank");
} else {
window.open(url, "_self");
Expand Down
2 changes: 1 addition & 1 deletion page-cs-map.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ into the {body} of the default.hbs template --}}
e.preventDefault();
});
url = node_url[node];
if (url.includes("tag")) {
if (!url.includes("map")) {
window.open(url, "_blank");
} else {
window.open(url, "_self");
Expand Down
4 changes: 3 additions & 1 deletion post.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ into the {body} of the default.hbs template --}}
{{/if}}
</div>
<br>
{{!--
<p style="display: inline-block; font-size: 75%">Share this:</p>
<h4 style="display: inline-block"><span>
Expand All @@ -75,6 +76,7 @@ into the {body} of the default.hbs template --}}
<div data-network="googleplus" class="st-custom-button fa fa-google-plus-square"></div>
</a>
</span></h4>
--}}


{{!-- <div class="header_social_tab">
Expand Down Expand Up @@ -395,7 +397,7 @@ into the {body} of the default.hbs template --}}

<script type="text/javascript">
DiscourseEmbed = {
discourseUrl: 'http://discourse.opengenus.org/',
discourseUrl: 'https://discourse.opengenus.org/',
discourseEmbedUrl: 'http://iq.opengenus.org{{url}}'
};
Expand Down

0 comments on commit 5ee8fb6

Please sign in to comment.