fix: border radius

This commit is contained in:
ShittyKopper 2023-11-07 16:01:02 +03:00
parent 739f958842
commit d536d0771b
6 changed files with 9 additions and 9 deletions

View file

@ -115,7 +115,7 @@ const exampleCWNote = reactive<Misskey.entities.Note>({
left: 0;
right: 0;
bottom: 0;
border-radius: 999px;
border-radius: var(--radius-ellipse);
background: linear-gradient(90deg, var(--buttonGradateA), var(--buttonGradateB));
}