aboutsummaryrefslogtreecommitdiff
path: root/src/components/opacity_input
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-11-14 22:20:42 +0300
committerHenry Jameson <me@hjkos.com>2018-11-14 22:20:42 +0300
commit2369f2e4cba2df8bb1dda431f193130bbf290d2c (patch)
tree875697b3975d8833a52b19490a69bf3a7225fb6f /src/components/opacity_input
parent75f0c191dd8ad029561901ce0dab8e10226b95f7 (diff)
fixed webkit appearance of the UI
Diffstat (limited to 'src/components/opacity_input')
-rw-r--r--src/components/opacity_input/opacity_input.vue5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/opacity_input/opacity_input.vue b/src/components/opacity_input/opacity_input.vue
index efa6c449..4057dcca 100644
--- a/src/components/opacity_input/opacity_input.vue
+++ b/src/components/opacity_input/opacity_input.vue
@@ -41,6 +41,7 @@ export default {
<style lang="scss">
.opacity-control {
display: flex;
+ align-items: baseline;
&.disabled *:not(.opt-l) {
opacity: .5
@@ -48,7 +49,6 @@ export default {
.opt-l {
align-self: center;
- line-height: 0;
&::before {
width: 14px;
height: 14px;
@@ -61,7 +61,6 @@ export default {
}
.input-range {
- align-self: center;
background: none;
border: none;
margin: 0;
@@ -70,8 +69,8 @@ export default {
min-width: 7em;
flex: 1;
}
+
.input-number {
- align-self: center;
margin: 0;
min-width: 4em;
flex: 0;