mirror of
https://github.com/TheGreyDiamond/Enlight.git
synced 2025-12-17 23:40:45 +01:00
b
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<div id="header-bar" class="header-bar">
|
<div id="header-bar" class="header-bar">
|
||||||
<clock id="clock" class="header-clock"></clock>
|
<clock id="clock" class="header-clock"></clock>
|
||||||
<battery id="battery"></battery>
|
<battery id="battery" class="battery"><i class="fas fa-battery-full"></i></battery>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
function updateTime(k) {
|
function updateTime(k) {
|
||||||
|
|||||||
@@ -26,3 +26,10 @@ small {
|
|||||||
padding: 2px;
|
padding: 2px;
|
||||||
padding-right: 4px;
|
padding-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.battery {
|
||||||
|
right: 80px;
|
||||||
|
position: fixed;
|
||||||
|
padding: 2px;
|
||||||
|
padding-right: 4px;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user