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", "name": "calckey",
"version": "12.119.0-calc.17.2", "version": "12.119.0-calc.17.3",
"codename": "aqua", "codename": "aqua",
"repository": { "repository": {
"type": "git", "type": "git",

View file

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

View file

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

View file

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