Fix UI for brush settings in whiteboard

pull/1/head
yflory 2020-03-25 17:37:52 +01:00
parent c92db4fd46
commit d7b2876711
1 changed files with 4 additions and 0 deletions

View File

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