1
0

Revert "prototype: decreased rounding"

This reverts commit 7a51e2d404.
This commit is contained in:
ShittyKopper
2023-10-31 21:26:03 +03:00
parent e1844db11b
commit 72204d9294
93 changed files with 143 additions and 142 deletions
@@ -93,7 +93,7 @@ definePageMetadata({
margin: 0 12px 0 0;
width: 50px;
height: 50px;
border-radius: 5px;
border-radius: 8px;
}
.appBody {
@@ -152,7 +152,7 @@ definePageMetadata({
height: 12px;
background: rgba(0, 0, 0, 0.1);
overflow: clip;
border-radius: 4px;
border-radius: 999px;
}
.meterValue {
@@ -148,12 +148,12 @@ definePageMetadata({
.meter {
height: 10px;
background: rgba(0, 0, 0, 0.1);
border-radius: 4px;
border-radius: 999px;
overflow: clip;
}
.meterValue {
height: 100%;
border-radius: 4px;
border-radius: 999px;
}
</style>
@@ -340,7 +340,7 @@ definePageMetadata({
background-size: cover;
background-position: center;
border: solid 1px var(--divider);
border-radius: 5px;
border-radius: 10px;
overflow: clip;
}
@@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<div class="_gaps_m">
<FromSlot>
<template #label>{{ i18n.ts.reactionSettingDescription }}</template>
<div v-panel style="border-radius: 5px;">
<div v-panel style="border-radius: 6px;">
<Sortable v-model="reactions" :class="$style.reactions" :itemKey="item => item" :animation="150" :delay="100" :delayOnTouchOnly="true">
<template #item="{element}">
<button class="_button" :class="$style.reactionsItem" @click="remove(element, $event)">
@@ -172,7 +172,7 @@ definePageMetadata({
<style lang="scss" scoped>
.rfqxtzch {
border-radius: 5px;
border-radius: 6px;
> .toggle {
position: relative;