debug modus im HTML eingebaut
All checks were successful
Docker Release Build / push_to_registry (push) Successful in 56s
All checks were successful
Docker Release Build / push_to_registry (push) Successful in 56s
This commit is contained in:
@@ -211,3 +211,27 @@ a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.debug-banner {
|
||||
position: absolute;
|
||||
top: 1rem;
|
||||
left: 4rem;
|
||||
font-size: 1.2rem;
|
||||
border-radius: 4px;
|
||||
border: 1px solid var(--border-color);
|
||||
}
|
||||
|
||||
.debug-only {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.debug-footer {
|
||||
position: absolute;
|
||||
bottom: 4em;
|
||||
left: 0;
|
||||
|
||||
}
|
||||
|
||||
body.is-debug .debug-only {
|
||||
display: inline-block;
|
||||
border: 1px dashed red;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user