1
0
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:
Hung-Han (Henry) Chen 2020-11-02 16:30:57 +08:00 committed by Hung-Han (Henry) Chen
parent 4cd0e4de5f
commit d07c292f99
No known key found for this signature in database
GPG Key ID: 32931168425E1C95

View File

@ -20,11 +20,17 @@
}
.desired-scale {
flex: 1 0;
flex: 1.1 0;
}
.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 {
@ -39,4 +45,4 @@
}
}
}
}
}