fix(github): move warning to the left so that users can still access settings and signin (#234)
This commit is contained in:
parent
c32ea49548
commit
d3107a2ccb
@ -155,7 +155,7 @@
|
|||||||
html:not([data-dark-theme="dark"]) body::after {
|
html:not([data-dark-theme="dark"]) body::after {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
left: 0;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user