prototype: decreased rounding
This commit is contained in:
@@ -142,10 +142,10 @@ watch(() => props.user.avatarBlurhash, () => {
|
||||
}
|
||||
|
||||
.square {
|
||||
border-radius: 20%;
|
||||
border-radius: 5px;
|
||||
|
||||
> .inner {
|
||||
border-radius: 20%;
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -44,6 +44,6 @@ const emit = defineEmits<{
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
margin-bottom: 16px;
|
||||
border-radius: 16px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -242,7 +242,7 @@ onUnmounted(() => {
|
||||
bottom: 0;
|
||||
height: 3px;
|
||||
background: var(--accent);
|
||||
border-radius: 999px;
|
||||
border-radius: 4px;
|
||||
transition: none;
|
||||
pointer-events: none;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user