mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
better battery readability
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="battery">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<div id="info">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" id="battery" width="24" height="24" viewBox="0 0 24 24">
|
||||
<g id="bat0" display="none">
|
||||
<path d="M19 8v8h-17v-8h17zm2-2h-21v12h21v-12zm1 9h.75c.69 0 1.25-.56 1.25-1.25v-3.5c0-.69-.56-1.25-1.25-1.25h-.75v6z"/>
|
||||
</g>
|
||||
|
||||
@@ -308,11 +308,15 @@ span#flash-status {
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
#battery {
|
||||
#info {
|
||||
padding-top: 7px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
svg#battery {
|
||||
fill: #ddd;
|
||||
}
|
||||
|
||||
ul#navbar {
|
||||
border-bottom: 0px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user