adjust error icon size in sidebar tabs
This commit is contained in:
parent
592b418473
commit
d4cb8a6b57
1 changed files with 4 additions and 0 deletions
|
@ -2086,6 +2086,10 @@ footer {
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.error {
|
||||||
|
transform: scale(0.85);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.task:hover {
|
.task:hover {
|
||||||
|
|
Loading…
Reference in a new issue