Browse Source

fix(ui): skeleton styling

pull/4998/head
KenTandrian 1 week ago
committed by Thomas Kaul
parent
commit
084957ecd6
  1. 9
      apps/client/src/app/components/data-provider-status/data-provider-status.component.html

9
apps/client/src/app/components/data-provider-status/data-provider-status.component.html

@ -5,12 +5,5 @@
<span class="text-danger" i18n>Offline</span>
}
} @else {
<ngx-skeleton-loader
animation="pulse"
class="px-4 py-3"
[theme]="{
height: '1.5rem',
width: '100%'
}"
/>
<ngx-skeleton-loader animation="pulse" [theme]="{ height: '1rem' }" />
}

Loading…
Cancel
Save