mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2025-01-03 08:33:48 +01:00
update font menu
font menu now places different fonts in a column instead of a row
This commit is contained in:
parent
7b9f647f11
commit
b007ff3f33
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user