update font menu

font menu now places different fonts in a column instead of a row
This commit is contained in:
casperlamboo 2018-01-09 16:28:11 +01:00
parent 7b9f647f11
commit b007ff3f33
1 changed files with 11 additions and 0 deletions

View File

@ -256,6 +256,17 @@
height: 40px;
}
#font-tool .menu {
flex-direction: column;
max-height: 170px;
width: 120px;
overflow-y: auto;
}
#font-tool .menu .menuitem {
text-align: center;
}
#color-light-blue-a { fill: #BCFFFF; }
#color-light-blue-b { fill: #68E1FD; }
#color-light-blue-c { fill: #01B8FF; }