mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-21 04:46:10 +02:00
fix: no TX messages in serial print
moved menu icon to the right
This commit is contained in:
parent
21d7d13d50
commit
4ad6219be7
2 changed files with 4 additions and 2 deletions
|
@ -23,6 +23,7 @@ app::app() {
|
||||||
loadDefaultConfig();
|
loadDefaultConfig();
|
||||||
|
|
||||||
mSys = new HmSystemType();
|
mSys = new HmSystemType();
|
||||||
|
mSys->enableDebug();
|
||||||
mShouldReboot = false;
|
mShouldReboot = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ h2 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.topnav a {
|
.topnav a {
|
||||||
color: white;
|
color: #fff;
|
||||||
padding: 14px 14px;
|
padding: 14px 14px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
|
@ -32,7 +32,7 @@ h2 {
|
||||||
background: #333;
|
background: #333;
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -44,6 +44,7 @@ h2 {
|
||||||
.active {
|
.active {
|
||||||
background-color: #006ec0;
|
background-color: #006ec0;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
|
padding-left: 80px !important
|
||||||
}
|
}
|
||||||
|
|
||||||
.topnav span {
|
.topnav span {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue