mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 20:17:04 +03:00
show connection info in status bar
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
body {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
margin-bottom:50px;
|
||||
}
|
||||
a {
|
||||
color: darkblue;
|
||||
@@ -305,3 +306,13 @@ input, textarea {
|
||||
#mode {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.footer {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
background-color: #555;
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user