Bugfix: Debugger error indicator badge misaligned (#2700)

This commit is contained in:
prashantpaidi 2022-04-01 20:26:11 +05:30 committed by GitHub
parent 270b808db8
commit 24237e8a68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,8 +86,8 @@
} }
.debugger-badge { .debugger-badge {
position: fixed; position: fixed;
margin-top: -0.82rem; margin-top: -0.5rem;
margin-left: -0.3rem; margin-left: 1.5rem;
height: 20px; height: 20px;
width: 20px; width: 20px;
font-weight: 400; font-weight: 400;