-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
82f7044
commit 408e9ab
Showing
21 changed files
with
61 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"); | ||
|
@@ -1484,7 +1484,7 @@ input[type=range]::-ms-thumb { | |
|
||
nav, | ||
.nav { | ||
height: 54px; | ||
height: 52px; | ||
} | ||
nav.fixed, | ||
.nav.fixed { | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -1770,7 +1765,7 @@ code { | |
padding: 1px 5px; | ||
white-space: nowrap; | ||
} | ||
code .filled { | ||
code.filled { | ||
background-color: #e1e1e1; | ||
color: #222; | ||
} | ||
|
@@ -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; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"); | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"); | ||
|
@@ -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 { | ||
|
@@ -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; | ||
} |
Oops, something went wrong.