diff --git a/src/components/Footer.vue b/src/components/Footer.vue
index 097abfc..592d319 100644
--- a/src/components/Footer.vue
+++ b/src/components/Footer.vue
@@ -32,9 +32,9 @@
- mdi-swap-vertical-bold
+ mdi-swap-vertical-bold
- {{ info.alltime_ul | formatSize }}/{{ info.alltime_dl | formatSize }}
+ {{ info.alltime_dl | formatSize }}/{{ info.alltime_ul | formatSize }}
@@ -94,21 +94,6 @@
-
- mdi-upload
-
- {{ info.up_info_speed | formatSize }}/s
-
- ({{ info.up_rate_limit | formatSize}}/s)
-
-
- [{{ info.up_info_data | formatSize }}]
-
-
-
-
+
+
+ mdi-upload
+
+ {{ info.up_info_speed | formatSize }}/s
+
+ ({{ info.up_rate_limit | formatSize}}/s)
+
+
+ [{{ info.up_info_data | formatSize }}]
+
+
+
@@ -253,6 +253,10 @@ export default Vue.extend({
}
}
+.icon-upload-download {
+ transform: scaleX(-1);
+}
+
.speed-switch {
font-size: inherit;
width: 100%;