0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 02:02:43 +00:00

Custom icons

This commit is contained in:
Trevor Buckner
2023-02-04 11:07:04 -05:00
parent 9b06380b9c
commit a0af588d75
8 changed files with 23 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ const MetadataEditor = createClass({
renderer : 'legacy',
theme : '5ePHB'
},
onChange : ()=>{},
onChange : ()=>{},
reportError : ()=>{}
};
},

View File

@@ -1,4 +1,4 @@
@import (less) './client/icons/customIcons.less';
.snippetBar{
@menuHeight : 25px;
position : relative;
@@ -104,6 +104,7 @@
i{
margin-right : 8px;
font-size : 1.2em;
height : 1.2em;
&~i{
margin-right: 0;
margin-left: 8px;