mirror of
https://github.com/Retropex/umbrel-bitcoin.git
synced 2025-05-12 19:20:49 +02:00
fix dashboard responsiveness
This commit is contained in:
parent
aae3d137bd
commit
d5f2824806
@ -86,7 +86,7 @@
|
||||
</div>
|
||||
|
||||
<b-row class="row-eq-height">
|
||||
<b-col col cols="12" md="5" lg="4">
|
||||
<b-col col cols="12" lg="4">
|
||||
<card-widget
|
||||
header="Blockchain"
|
||||
:loading="syncPercent !== 100 || blocks.length === 0"
|
||||
@ -130,7 +130,7 @@
|
||||
</div>
|
||||
</card-widget>
|
||||
</b-col>
|
||||
<b-col col cols="12" md="7" lg="8">
|
||||
<b-col col cols="12" lg="8">
|
||||
<card-widget class="overflow-x" :header="networkWidgetHeader">
|
||||
<div class>
|
||||
<div class="px-3 px-lg-4">
|
||||
|
Loading…
Reference in New Issue
Block a user