fix: border radius
This commit is contained in:
parent
739f958842
commit
d536d0771b
6 changed files with 9 additions and 9 deletions
|
|
@ -125,7 +125,7 @@ const exampleNote = 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));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue