Fix UI for brush settings in whiteboard

This commit is contained in:
yflory
2020-03-25 17:37:52 +01:00
parent c92db4fd46
commit d7b2876711

View File

@@ -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;
} }
} }