Merge branch 'main' into production
This commit is contained in:
commit
cca0fac05b
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
.stalled.icon {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
left: 30px;
|
||||
left: 7px;
|
||||
height: 4px;
|
||||
|
||||
div {
|
||||
|
|
|
@ -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 />
|
||||
|
|
Loading…
Reference in a new issue