|
41 | 41 | </div> |
42 | 42 | </div> |
43 | 43 |
|
44 | | - <div id="tools_panel" style="--pills-width: 280px;"> |
| 44 | + <div id="tools_panel"> |
45 | 45 | <div class="row"> |
46 | 46 | <div class="left"> |
47 | | - <md-filled-tonal-icon-button id="tool_place" class="selected-tool" title="Place characters (n)"> |
48 | | - <md-icon> draw </md-icon> |
49 | | - </md-filled-tonal-icon-button> |
50 | | - <md-filled-tonal-icon-button id="tool_input_text" title="Input text (t)"> |
51 | | - <md-icon> text_fields </md-icon> |
52 | | - </md-filled-tonal-icon-button> |
53 | | - <md-filled-tonal-icon-button id="tool_select" title="Select (s)"> |
54 | | - <md-icon> arrow_selector_tool </md-icon> |
55 | | - </md-filled-tonal-icon-button> |
56 | | - <md-filled-tonal-icon-button id="tool_draw" title="Draw (d)"> |
57 | | - <md-icon> brush </md-icon> |
58 | | - </md-filled-tonal-icon-button> |
| 47 | + <div class="tools"> |
| 48 | + <md-filled-tonal-icon-button id="tool_place" class="selected-tool" title="Place characters (n)"> |
| 49 | + <md-icon>draw</md-icon> |
| 50 | + </md-filled-tonal-icon-button> |
| 51 | + <md-filled-tonal-icon-button id="tool_input_text" title="Input text (t)"> |
| 52 | + <md-icon>text_fields</md-icon> |
| 53 | + </md-filled-tonal-icon-button> |
| 54 | + <md-filled-tonal-icon-button id="tool_select" title="Select (s)"> |
| 55 | + <md-icon>arrow_selector_tool</md-icon> |
| 56 | + </md-filled-tonal-icon-button> |
| 57 | + <md-filled-tonal-icon-button id="tool_draw" title="Draw (d)"> |
| 58 | + <md-icon>brush</md-icon> |
| 59 | + </md-filled-tonal-icon-button> |
| 60 | + </div> |
59 | 61 | </div> |
60 | 62 | <div class="right"> |
61 | 63 | <md-filled-tonal-icon-button title="Undo" id="undo" disabled> |
|
137 | 139 | <tr> |
138 | 140 | <td><md-filled-icon-button id="bg0" touch-target="none"><md-icon |
139 | 141 | style="visibility: hidden;">check</md-icon></md-filled-icon-button></td> |
140 | | - <td><md-filled-icon-button id="bg1" touch-target="none"><md-icon |
| 142 | + <td><md-filled-icon-button id="bg1" touch-target="none"><md-icon |
141 | 143 | style="visibility: hidden;">check</md-icon></md-filled-icon-button></td> |
142 | | - <td><md-filled-icon-button id="bg2" touch-target="none"><md-icon |
| 144 | + <td><md-filled-icon-button id="bg2" touch-target="none"><md-icon |
143 | 145 | style="visibility: hidden;">check</md-icon></md-filled-icon-button></td> |
144 | 146 | <td><md-filled-icon-button id="bg3" touch-target="none"><md-icon |
145 | 147 | style="visibility: hidden;">check</md-icon></md-filled-icon-button></td> |
|
0 commit comments