mirror of
https://github.com/usememos/memos.git
synced 2025-03-05 01:53:14 +08:00
chore: update corner width (#398)
This commit is contained in:
parent
75218ef826
commit
2c653f170c
1 changed files with 2 additions and 1 deletions
|
@ -15,8 +15,9 @@
|
|||
@apply absolute top-0 right-0 z-1;
|
||||
|
||||
&::after {
|
||||
@apply rounded-tr-md absolute border-8 top-0 right-0 border-transparent border-t-green-600 border-r-green-600;
|
||||
@apply rounded-tr-md absolute top-0 right-0 border-transparent border-t-green-600 border-r-green-600;
|
||||
content: "";
|
||||
border-width: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue