From c419b676eb708cf4da1e5e758cac791de3eb2a98 Mon Sep 17 00:00:00 2001 From: CzBiX Date: Sat, 14 Sep 2019 04:19:03 +0800 Subject: [PATCH] Adjust speed info label order --- src/components/Footer.vue | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) 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 - - - -
-
+ +
+ mdi-upload + + {{ info.up_info_speed | formatSize }}/s + + + +
@@ -253,6 +253,10 @@ export default Vue.extend({ } } +.icon-upload-download { + transform: scaleX(-1); +} + .speed-switch { font-size: inherit; width: 100%;