mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
reduce border radius on about icon
This commit is contained in:
parent
c7a7c1e1d4
commit
bc3f46cc51
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ definePageMetadata({
|
|||
display: block;
|
||||
width: 100px;
|
||||
margin: 0 auto;
|
||||
border-radius: 16px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
> .misskey {
|
||||
|
|
Loading…
Reference in a new issue