Skip to content

Commit

Permalink
release: v2.5.1 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Borderliner committed Nov 25, 2023
1 parent 82f7044 commit 408e9ab
Show file tree
Hide file tree
Showing 21 changed files with 61 additions and 55 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.5.1
- [x] Fix navbar visuals
- [x] Fix and improve code styling
- [x] Update and greatly improve docs
- [x] Fix Sidenav bottom paddings

## v2.5.0
- [x] Add Flexbox layout system at last
- [x] Updated and fixed docs greatly
Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Meshki v2.5.0 (https://borderliner.github.io/Meshki/)
* Meshki v2.5.1 (https://borderliner.github.io/Meshki/)
* Copyright 2016-2024 Reza Hajianpour <[email protected]>
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Meshki v2.5.0 (https://borderliner.github.io/Meshki/)
* Meshki v2.5.1 (https://borderliner.github.io/Meshki/)
* Copyright 2016-2024 Reza Hajianpour <[email protected]>
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
23 changes: 10 additions & 13 deletions dist/css/meshki.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Meshki v2.5.0 (https://borderliner.github.io/Meshki/)
* Meshki v2.5.1 (https://borderliner.github.io/Meshki/)
* Copyright 2016-2024 Reza Hajianpour <[email protected]>
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -1484,7 +1484,7 @@ input[type=range]::-ms-thumb {

nav,
.nav {
height: 54px;
height: 52px;
}
nav.fixed,
.nav.fixed {
Expand Down Expand Up @@ -1615,6 +1615,9 @@ li.nav-dropdown .nav-dropdown-content a:hover {
width: 0;
z-index: 10;
}
.sidenav > *:last-child {
padding-bottom: calc(100px - 4vh);
}
.sidenav .sidenav-close-button {
font-size: 3.6rem !important;
outline: 0 !important;
Expand Down Expand Up @@ -1749,17 +1752,9 @@ table.hoverable > tbody tr:hover {
th,
td {
border-bottom: 1px #7c7c7c solid;
padding: 12px 15px;
padding: 12px 10px;
text-align: left;
}
th:first-child,
td:first-child {
padding-left: 0;
}
th:last-child,
td:last-child {
padding-right: 0;
}

code {
background-color: transparent;
Expand All @@ -1770,7 +1765,7 @@ code {
padding: 1px 5px;
white-space: nowrap;
}
code .filled {
code.filled {
background-color: #e1e1e1;
color: #222;
}
Expand All @@ -1797,7 +1792,9 @@ pre > code {
display: inline;
left: 20px;
overflow: auto;
padding-left: 20px;
position: relative;
white-space: pre;
}
pre > code > span {
padding-right: 20px;
}
2 changes: 1 addition & 1 deletion dist/css/meshki.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/css/meshki.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/meshki.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Meshki v2.5.0 (https://borderliner.github.io/Meshki/)
* Meshki v2.5.1 (https://borderliner.github.io/Meshki/)
* Copyright 2016-2024 Reza Hajianpour <[email protected]>
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion dist/js/meshki.min.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Meshki v2.5.0 (https://borderliner.github.io/Meshki/)
* Meshki v2.5.1 (https://borderliner.github.io/Meshki/)
* Copyright 2016-2024 Reza Hajianpour <[email protected]>
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/meshki-extra-button-colors.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Meshki v2.5.0 (https://borderliner.github.io/Meshki/)
* Meshki v2.5.1 (https://borderliner.github.io/Meshki/)
* Copyright 2016-2024 Reza Hajianpour <[email protected]>
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/meshki-extra-button-colors.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions dist/plugins/meshki-rtl.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Meshki v2.5.0 (https://borderliner.github.io/Meshki/)
* Meshki v2.5.1 (https://borderliner.github.io/Meshki/)
* Copyright 2016-2024 Reza Hajianpour <[email protected]>
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -161,8 +161,6 @@ input[type=text]::-webkit-input-placeholder {
}
.nav ul li:first-child a.logo i {
color: #000;
position: relative;
top: 3px;
}

.nav-dropdown-content a {
Expand All @@ -187,4 +185,9 @@ input[type=text]::-webkit-input-placeholder {
td,
th {
text-align: right;
}

.nav i.far, .nav i.fas, .nav i.fa-brands {
position: relative;
top: 2px;
}
Loading

0 comments on commit 408e9ab

Please sign in to comment.