Add RadioPicker; add view mode picker to document options bar

This commit is contained in:
Keavon Chambers
2021-04-11 01:57:30 -07:00
parent beb534e20b
commit ae824e3976
6 changed files with 135 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
<style lang="scss">
.number-input {
width: 96px;
width: 64px;
height: 22px;
position: relative;
border: 1px solid #888;
@@ -26,6 +26,7 @@
color: #ddd;
font-size: 14px;
text-align: center;
font-family: inherit;
&::selection {
background: #3194d6;