@@ -49,6 +58,8 @@ function formatTime(date: Date) {
position:relative;
display:inline-block;
cursor:pointer;
width:50px;
height:50px;
}
.badge-icon{
@@ -66,27 +77,11 @@ function formatTime(date: Date) {
box-shadow:04px12pxrgba(24,144,255,0.3);
}
.badge-tooltip{
max-width:250px;
.badge-popover{
max-width:280px;
}
.badge-name{
font-weight:bold;
font-size:14px;
margin-bottom:4px;
color:#1890ff;
}
.badge-description{
font-size:12px;
color:#666;
margin-bottom:4px;
line-height:1.4;
}
.badge-time{
font-size:11px;
color:#999;
.badge-popover.n-space{
gap:6px;
}
</style>
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.