misc style fixes

This commit is contained in:
ThatOneCalculator 2022-11-22 21:47:34 -08:00
parent ac0463feaa
commit 150ee61446
4 changed files with 8 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "12.119.0-calc.17.2",
"version": "12.119.0-calc.17.3",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -178,6 +178,7 @@ export default defineComponent({
> ::v-deep(i) {
margin-right: 6px;
transform: translateY(0.1em);
}
&:empty {

View file

@ -99,8 +99,8 @@ if ($i) {
top: 0;
left: 0;
z-index: 2147483647;
color: #ff0;
background: rgba(0, 0, 0, 0.5);
color: #f6c177;
background: #6e6a86;
padding: 4px 5px;
font-size: 14px;
pointer-events: none;

View file

@ -377,6 +377,10 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
> .button-wrapper {
> i {
transform: translateY(0.05em);
}
&.on {
background-color: var(--accentedBg);
width: 100%;