mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 19:37:34 -07:00
dot inside renote button when renoted
This commit is contained in:
parent
8901635adb
commit
8a85c8b5c5
1 changed files with 11 additions and 0 deletions
|
@ -266,6 +266,17 @@ const renote = (viaKeyboard = false, ev?: MouseEvent) => {
|
||||||
color: var(--accent) !important;
|
color: var(--accent) !important;
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
i {
|
||||||
|
position: relative;
|
||||||
|
&::after {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
inset: 42% 35%;
|
||||||
|
margin-top: 1px;
|
||||||
|
background: currentColor;
|
||||||
|
border-radius: 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue