Fix UI for brush settings in whiteboard
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user