Browse Source

Fix UI for brush settings in whiteboard

master
yflory 9 months ago
parent
commit
d7b2876711
1 changed files with 4 additions and 0 deletions
  1. 4
      www/whiteboard/app-whiteboard.less

4
www/whiteboard/app-whiteboard.less

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

Loading…
Cancel
Save