mirror of
https://github.com/usememos/memos.git
synced 2025-10-20 19:26: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;
|
@apply absolute top-0 right-0 z-1;
|
||||||
|
|
||||||
&::after {
|
&::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: "";
|
content: "";
|
||||||
|
border-width: 6px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue