diff --git a/src/components/Home.vue b/src/components/Home.vue index 2184668..3541f4e 100644 --- a/src/components/Home.vue +++ b/src/components/Home.vue @@ -123,13 +123,14 @@ onMounted(() => {

1 BTC = {{ format(average, 0, true) }} USD

-

Data Sources:

-
@@ -149,10 +150,6 @@ onMounted(() => { height: 0; } -.gray { - opacity: 0.6; -} - .box { /* cursor: pointer;*/ @@ -178,4 +175,26 @@ onMounted(() => { white-space: nowrap; } +.box ul li { + display: flex; + flex-basis: 0; + overflow: hidden; +} +.box ul li div { + flex-basis: 0; + padding: 0 4px; +} +.li-name { + color: rgba(0, 0, 0, 0.5); + text-align: right; + flex-grow: 7; +} +.li-price { + text-align: left; + flex-grow: 5; +} +.vert-margin { + margin: 8px 0; +} +