Console: Bubble position CSS tweak

This commit is contained in:
zzz
2025-02-25 13:34:16 -05:00
parent 226982096a
commit 6a0a13144a
2 changed files with 2 additions and 2 deletions

View File

@ -649,7 +649,7 @@ p:empty+.sb_notice {
border: 1px solid #e33;
border-radius: 9px;
color: #fff;
margin: -6px 0 0 -70px;
margin: -2px 0 0 -67px;
padding: 0 4px;
position: absolute;
}

View File

@ -793,7 +793,7 @@ p:empty+.sb_notice {
border: 1px solid #e33;
border-radius: 9px;
color: #fff;
margin: -6px 0 0 -70px;
margin: -2px 0 0 -67px;
padding: 0 4px;
position: absolute;
}