Fix alignment of StalledIcon

This commit is contained in:
0x1eef 2024-02-29 00:40:14 -03:00
parent 1fb81c967b
commit 05323a7ed0
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@
.stalled.icon {
display: inline-block;
position: relative;
left: 30px;
left: 7px;
height: 4px;
div {

View file

@ -151,7 +151,7 @@ export function RefreshIcon({ onClick }: Props) {
export function StalledIcon() {
return (
<div className="stalled icon flex justify-end w-16">
<div className="stalled icon flex justify-end w-10">
<div />
<div />
<div />