feat: add option to hide label when battery is full (#350)
* feat: add option to hide label when battery is full * feat: add option to hide label when battery is full * feat: add option to hide label when battery is full * Update modules/bar/battery/index.ts Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com> * fix: battery css --------- Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
$bar-buttons-radius * 0.4,
|
||||
$bar-buttons-radius
|
||||
);
|
||||
|
||||
&:last-child {
|
||||
border-radius: $bar-buttons-radius;
|
||||
}
|
||||
}
|
||||
|
||||
.bar-button-label.battery {
|
||||
@@ -56,3 +60,4 @@
|
||||
0em
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user