Update frontend/src/App.css
Browse files- frontend/src/App.css +4 -0
frontend/src/App.css
CHANGED
|
@@ -131,9 +131,13 @@ tr:nth-child(even) {
|
|
| 131 |
}
|
| 132 |
|
| 133 |
.vanilla-bar {
|
|
|
|
| 134 |
height: 14px;
|
|
|
|
| 135 |
border-radius: 3px;
|
| 136 |
opacity: 0.6;
|
|
|
|
|
|
|
| 137 |
}
|
| 138 |
|
| 139 |
|
|
|
|
| 131 |
}
|
| 132 |
|
| 133 |
.vanilla-bar {
|
| 134 |
+
width: 100%;
|
| 135 |
height: 14px;
|
| 136 |
+
background: #eee;
|
| 137 |
border-radius: 3px;
|
| 138 |
opacity: 0.6;
|
| 139 |
+
overflow: hidden;
|
| 140 |
+
position: relative;
|
| 141 |
}
|
| 142 |
|
| 143 |
|