mirror of
https://github.com/TheGreyDiamond/Enlight.git
synced 2025-07-17 20:33:48 +02:00
b
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
<body>
|
||||
<div id="header-bar" class="header-bar">
|
||||
<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>
|
||||
<script>
|
||||
function updateTime(k) {
|
||||
|
@ -26,3 +26,10 @@ small {
|
||||
padding: 2px;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
.battery {
|
||||
right: 80px;
|
||||
position: fixed;
|
||||
padding: 2px;
|
||||
padding-right: 4px;
|
||||
}
|
Reference in New Issue
Block a user