Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
battery icon fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
blueedgetechno committed Nov 12, 2021
1 parent 218c9e9 commit 4e918e8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/components/taskbar/taskbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,30 +26,28 @@ body[data-theme="dark"] {
.battery {
display: inline-block;
position: relative;
margin-top: 2px;
display: flex;

i {
color: #232323;
}

.uicon {
position: absolute;
margin-top: 24%;
margin-top: -24%;
margin-left: -12%;
z-index: 1;
filter: drop-shadow(1px 1px #fefefe) invert(0.14);
}
}

.battery .fa {
font: normal normal normal 14px/2 FontAwesome;
font: normal normal normal FontAwesome;
font-size: 13px;
}

.battery .animate {
width: 88%;
position: absolute;
left: 0;
top: 0;
overflow: hidden;
z-index: 0;
-webkit-transition: all 0.5s ease;
Expand Down

0 comments on commit 4e918e8

Please sign in to comment.