mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-08-28 17:21:05 +00:00
fix(GH): nightly release workflow issues
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user