mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Adjust the styles of +/- buttons container to make sure it aligns with the slider
Signed-off-by: Hung-Han (Henry) Chen <chenhungh@gmail.com> Signed-off-by: Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com>
This commit is contained in:
parent
4cd0e4de5f
commit
d07c292f99
@ -20,11 +20,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.desired-scale {
|
.desired-scale {
|
||||||
flex: 1 0;
|
flex: 1.1 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slider-container {
|
.slider-container {
|
||||||
flex: 1.3 0;
|
flex: 1 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.plus-minus-container {
|
||||||
|
margin-left: 15px;
|
||||||
|
// for vertical align with .slider-container
|
||||||
|
margin-top: -4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.warning {
|
.warning {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user