Fix size of Square around error
This commit is contained in:
@@ -356,13 +356,13 @@ img.loading {
|
|||||||
|
|
||||||
.error::before {
|
.error::before {
|
||||||
content: "!";
|
content: "!";
|
||||||
height: 1em;
|
height: 1.4em;
|
||||||
color: white;
|
color: white;
|
||||||
background: rgb(217, 48, 37);
|
background: rgb(217, 48, 37);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 1.1em;
|
width: 1.4em;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user