prototype: decreased rounding

This commit is contained in:
Insert5StarName 2023-10-01 01:20:20 +02:00
parent a782aa5b0e
commit 7a51e2d404
93 changed files with 142 additions and 142 deletions

View file

@ -78,7 +78,7 @@ const collapsed = $ref(isLong);
background: var(--panel);
padding: 6px 10px;
font-size: 0.8em;
border-radius: 999px;
border-radius: 4px;
box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}
@ -114,7 +114,7 @@ const collapsed = $ref(isLong);
background: var(--popup);
padding: 6px 10px;
font-size: 0.8em;
border-radius: 999px;
border-radius: 4px;
box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}
</style>