Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
@@ -69,11 +69,11 @@
|
|
69 |
.tabs {
|
70 |
position: fixed;
|
71 |
bottom: 0;
|
72 |
-
width:
|
73 |
background-color: #1a1a1a;
|
74 |
display: flex;
|
75 |
justify-content: space-around;
|
76 |
-
padding:
|
77 |
border-top: 1px solid #333;
|
78 |
}
|
79 |
.tabs button {
|
@@ -82,7 +82,7 @@
|
|
82 |
border: none;
|
83 |
padding: 6px 2px;
|
84 |
cursor: pointer;
|
85 |
-
font-size: 0.
|
86 |
flex: 1;
|
87 |
margin: 0 5px;
|
88 |
white-space: nowrap;
|
@@ -109,7 +109,7 @@
|
|
109 |
padding: 8px 5px;
|
110 |
}
|
111 |
.tab-content .tradingview-widget-container {
|
112 |
-
height:
|
113 |
}
|
114 |
}
|
115 |
|
|
|
69 |
.tabs {
|
70 |
position: fixed;
|
71 |
bottom: 0;
|
72 |
+
width: 100%;
|
73 |
background-color: #1a1a1a;
|
74 |
display: flex;
|
75 |
justify-content: space-around;
|
76 |
+
padding: 10px 0;
|
77 |
border-top: 1px solid #333;
|
78 |
}
|
79 |
.tabs button {
|
|
|
82 |
border: none;
|
83 |
padding: 6px 2px;
|
84 |
cursor: pointer;
|
85 |
+
font-size: 0.45rem;
|
86 |
flex: 1;
|
87 |
margin: 0 5px;
|
88 |
white-space: nowrap;
|
|
|
109 |
padding: 8px 5px;
|
110 |
}
|
111 |
.tab-content .tradingview-widget-container {
|
112 |
+
height: 360px !important; /* Điều chỉnh chiều cao chart để vừa màn hình */
|
113 |
}
|
114 |
}
|
115 |
|