Indent Blazor error UI CSS (#16959)
This commit is contained in:
parent
6cc99ea04f
commit
242890940e
|
|
@ -129,12 +129,12 @@ app {
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
#blazor-error-ui .dismiss {
|
#blazor-error-ui .dismiss {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0.75rem;
|
right: 0.75rem;
|
||||||
top: 0.5rem;
|
top: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767.98px) {
|
@media (max-width: 767.98px) {
|
||||||
.main .top-row:not(.auth) {
|
.main .top-row:not(.auth) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue