adjust style
This commit is contained in:
parent
75fe71f411
commit
2e29969ec1
|
@ -649,6 +649,10 @@ td {
|
|||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.piece-legend .piece {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.piece-map .piece, .piece-legend .piece {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
|
|
|
@ -218,7 +218,7 @@
|
|||
</div>
|
||||
<div class="col-sm-3">
|
||||
<div class="piece-bar-wrapper">
|
||||
<ng-piece-bar bit-field="peer.bitfield" piece-count="task.numPieces" color="#149BDF"></ng-piece-bar>
|
||||
<ng-piece-bar bit-field="peer.bitfield" piece-count="task.numPieces" color="#208fe5"></ng-piece-bar>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-2 col-xs-4">
|
||||
|
|
Reference in a new issue