fix(GH): nightly release workflow issues

This commit is contained in:
2026-06-22 22:14:47 +09:30
parent 79d68c812c
commit d99198ea12
5 changed files with 97 additions and 6 deletions
@@ -0,0 +1,25 @@
[class*="notifications__item___"].bsplus-notification-backed-up {
position: relative;
}
.bsplus-notification-backup-badge {
position: absolute;
top: 6px;
right: 6px;
width: 14px;
height: 14px;
border-radius: 50%;
background: var(--better-main, #22c55e);
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
z-index: 2;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.bsplus-notification-backup-badge svg {
width: 9px;
height: 9px;
color: #fff;
}