try to fix

This commit is contained in:
ThatOneCalculator 2022-11-07 00:17:43 -08:00
parent e35c638093
commit 49d12f398f
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -124,7 +124,7 @@ provideMetadataReceiver((info) => {
const menuIndicated = computed(() => {
for (const def in navbarItemDef) {
if (def === 'notifications') continue; //
// if (def === 'notifications') continue; //
if (navbarItemDef[def].indicated) return true;
}
return false;
@ -383,9 +383,9 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
> .button-wrapper.on {
background-color: var(--accentedBg);
width: 100%;
border-radius: 10px;
border-radius: 999px;
transform: translateY(-0.5em);
transition: all 0.2s;
transition: all 0.3s ease-in-out;
}
&:not(:last-child) {