Fix UI for brush settings in whiteboard

pull/1/head
yflory 5 years ago
parent c92db4fd46
commit d7b2876711

@ -130,14 +130,18 @@
label { label {
margin-bottom: 0; margin-bottom: 0;
margin-right: 5px; margin-right: 5px;
flex: 1;
} }
input[type="range"] { input[type="range"] {
background-color: inherit; background-color: inherit;
margin-right: 5px; margin-right: 5px;
width: 150px;
padding: 0;
} }
& > span { & > span {
width: 50px;
cursor: default; cursor: default;
} }
} }

Loading…
Cancel
Save