UI - Make fetch error more readable (#1038)

This commit is contained in:
Sandro
2022-10-27 16:40:24 +02:00
committed by GitHub
parent 8499468749
commit 57f604dff1
+2 -2
View File
@@ -156,7 +156,7 @@ body:after, body:before {
.fetch-error {
padding-top: 1em;
font-size: 60%;
font-size: 80%;
max-width: 400px;
display: block;
}
@@ -803,4 +803,4 @@ ul {
padding: 0.5rem;
border-radius: 5px;
color: #ff3300;
}
}