f4382ad73e
* better boost hints * refine
19 lines
272 B
CSS
19 lines
272 B
CSS
.name {
|
|
display: flex;
|
|
flex: 1 1 60%;
|
|
height: fit-content;
|
|
flex-flow: column;
|
|
}
|
|
|
|
.percent {
|
|
display: flex;
|
|
flex: 0 1 fit-content;
|
|
height: fit-content;
|
|
}
|
|
|
|
.boostMax small {
|
|
font-weight: 400;
|
|
margin-left: 0.25rem;
|
|
margin-right: 0.25rem;
|
|
opacity: 0.5;
|
|
} |