mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Remove unused style
This commit is contained in:
parent
87dfdf8e0e
commit
896a9e01df
|
@ -10,6 +10,5 @@
|
|||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
text-align: center;
|
||||
color: #2c3e50;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="container-fluid">
|
||||
<div class="container-fluid h-100">
|
||||
<div class="row">
|
||||
<div class="row col-md-4">
|
||||
<div class="col-md-12">
|
||||
|
@ -124,14 +124,11 @@ export default {
|
|||
|
||||
<style scoped>
|
||||
.open-trades {
|
||||
max-height: 300px;
|
||||
min-height: 250px;
|
||||
max-height: 300px;
|
||||
}
|
||||
.trade-history {
|
||||
min-height: 300px;
|
||||
max-height: 500px;
|
||||
}
|
||||
.performance-view {
|
||||
max-height: 500px;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue
Block a user