Skip to content

Commit

Permalink
some more UI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
badgernested authored Sep 10, 2024
1 parent 685a089 commit e8d7de3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<nav class="clearfix menu-animate">
{% include logo.html %}

<a class="menu-button icon-menu" href="#">Menu</a>
<button class="menu-button icon-menu" href="#">Menu</button>

<!-- Language separator -->
{% include language.html %}
Expand Down
13 changes: 6 additions & 7 deletions assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ button {
text-shadow: none;
border-radius: 0.3rem;
border: rgba(0,0,0,0.05) 0.1em solid;
background: #5ba4e5;
background: #101010;
}


Expand Down Expand Up @@ -685,7 +685,6 @@ body.nav-opened .nav-cover {

body.nav-closed .nav {
opacity: 0.0;
display: none;
transition:
-webkit-transition: -webkit-transform 0.3s ease,
opacity 0.2s;
Expand All @@ -708,8 +707,8 @@ body.nav-opened .nav {
}

body.nav-closed .lang-selector {
padding: 0px 85px 0px 5px;
transition: padding 0.2s;
margin: 0px 25px 0px 5px;
transition: margin 0.2s;
}

body.nav-opened .nav {
Expand Down Expand Up @@ -988,7 +987,7 @@ body.nav-opened .nav {
right: 0;
height: 70px;
border: none;
background: linear-gradient(to bottom, rgba(0,0,0,1.0) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1.0) 0%,rgba(0,0,0,1.0) 20%,rgba(0,0,0,0.0) 70%,rgba(0,0,0,0.0) 100%);
}
.no-cover .main-nav.overlay {
background: none;
Expand Down Expand Up @@ -2004,7 +2003,7 @@ body.page-template .post-title {
border-width: 0;
color: #2e2e2e;
background: transparent;
line-height: 65px;
line-height: 60px;
}
.menu-button:hover {
color: #2e2e2e;
Expand Down Expand Up @@ -2249,7 +2248,7 @@ body.page-template .post-title {

.lang-selector {
margin: 10px;
line-height: 50px;
line-height: 65px;
}

.lang-selector a {
Expand Down

0 comments on commit e8d7de3

Please sign in to comment.