Adding a third connection state and preventing offline indicator from pushing the menu.

This commit is contained in:
softsimon
2020-03-09 17:53:54 +07:00
parent 91179c8d25
commit a3e52deb72
7 changed files with 40 additions and 17 deletions

View File

@@ -27,4 +27,11 @@ li.nav-item a {
nav {
box-shadow: 0px 0px 15px 0px #000;
}
.connection-badge {
margin-left: 10px;
position: absolute;
top: 10px;
left: 100px;
}