We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489e4a8 commit d3ad94aCopy full SHA for d3ad94a
3 files changed
cache/installedVersion.json
@@ -1,3 +1,3 @@
1
{
2
- "tag_name": "v3.0.7"
+ "tag_name": "v3.0.8"
3
}
index.php
@@ -1,6 +1,6 @@
<?php
define('HTMLY', true);
-define('HTMLY_VERSION', 'v3.0.7');
+define('HTMLY_VERSION', 'v3.0.8');
4
$config_file = 'config/config.ini';
5
require 'system/vendor/autoload.php';
6
require 'system/htmly.php';
system/resources/css/toolbar.css
@@ -69,7 +69,7 @@ table#config tr:last-child td {
69
border: none;
70
padding: 10px;
71
cursor: pointer;
72
- font-size: 18px;
+ font-size: 16px;
73
74
75
#htmly-menu {
@@ -86,7 +86,7 @@ table#config tr:last-child td {
86
color: white;
87
88
89
90
91
92
@media all and (max-width: 550px) {
0 commit comments