dot inside renote button when renoted

This commit is contained in:
Freeplay 2023-06-17 14:59:19 -04:00
parent 11c00946b5
commit e0c7c8f49d
1 changed files with 11 additions and 0 deletions

View File

@ -266,6 +266,17 @@ const renote = (viaKeyboard = false, ev?: MouseEvent) => {
color: var(--accent) !important;
opacity: 1 !important;
font-weight: 700;
i {
position: relative;
&::after {
content: "";
position: absolute;
inset: 42% 35%;
margin-top: 1px;
background: currentColor;
border-radius: 1em;
}
}
}
}
</style>