diff --git a/ui/src/app/components/skeleton-list/skeleton-list.component.html b/ui/src/app/components/skeleton-list/skeleton-list.component.html
index 5a43ad94f..6975050cf 100644
--- a/ui/src/app/components/skeleton-list/skeleton-list.component.html
+++ b/ui/src/app/components/skeleton-list/skeleton-list.component.html
@@ -1,16 +1,28 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ui/src/app/components/skeleton-list/skeleton-list.component.scss b/ui/src/app/components/skeleton-list/skeleton-list.component.scss
index 8ae532d55..79ca6ab3f 100644
--- a/ui/src/app/components/skeleton-list/skeleton-list.component.scss
+++ b/ui/src/app/components/skeleton-list/skeleton-list.component.scss
@@ -1,44 +1,3 @@
-$base-color: #3e3e3e;
-$shine-color: #454545;
-$animation-duration: 1.2s;
-
-@mixin background-gradient {
- background-image: linear-gradient(90deg, $base-color 0px, $shine-color 40px, $base-color 80px);
- background-size: 100px;
-}
-
-.post {
- height: 52px;
- position: relative;
- left: 12px;
- background-color: var(--ion-item-background);
- border-style: solid;
- border-width: 0 0 1px 0;
- border-color: #262626;
- .label {
- float: left;
- left: 30px;
- width: 50%;
- height: 24px;
- margin: 14px 0;
- border-radius: 7px;
- @include background-gradient;
- animation: shine-lines $animation-duration infinite linear
- }
- .note {
- float: right;
- position: relative;
- right: 24px;
- width: 25%;
- height: 24px;
- margin: 14px 0;
- border-radius: 7px;
- @include background-gradient;
- animation: shine-lines $animation-duration infinite linear
- }
-}
-
-@keyframes shine-lines {
- 0% { background-position: -100px; }
- 40%, 100% { background-position: 140px; }
-}
+ion-note {
+ width: 50%;
+}
\ No newline at end of file
diff --git a/ui/src/app/pages/server-routes/server-metrics/server-metrics.page.html b/ui/src/app/pages/server-routes/server-metrics/server-metrics.page.html
index 72413763e..895b2bb6c 100644
--- a/ui/src/app/pages/server-routes/server-metrics/server-metrics.page.html
+++ b/ui/src/app/pages/server-routes/server-metrics/server-metrics.page.html
@@ -8,9 +8,9 @@
-
+
-
+
{{ metricGroup.key }}
@@ -22,6 +22,6 @@
-
+
\ No newline at end of file