mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-04 03:52:40 +00:00
Merge pull request #3389 from Gazook89/snippet-menu-style-revision
Align snippet menu icons and names
This commit is contained in:
@@ -130,6 +130,8 @@
|
|||||||
height : 1.2em;
|
height : 1.2em;
|
||||||
margin-right : 8px;
|
margin-right : 8px;
|
||||||
font-size : 1.2em;
|
font-size : 1.2em;
|
||||||
|
min-width: 25px;
|
||||||
|
text-align: center;
|
||||||
& ~ i {
|
& ~ i {
|
||||||
margin-right : 0;
|
margin-right : 0;
|
||||||
margin-left : 5px;
|
margin-left : 5px;
|
||||||
@@ -138,7 +140,7 @@
|
|||||||
&.font {
|
&.font {
|
||||||
height : auto;
|
height : auto;
|
||||||
&::before {
|
&::before {
|
||||||
font-size : 1.4em;
|
font-size : 1em;
|
||||||
content : 'ABC';
|
content : 'ABC';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -326,27 +326,27 @@ module.exports = [
|
|||||||
gen : dedent`{{font-family:CodeLight Dummy Text}}`
|
gen : dedent`{{font-family:CodeLight Dummy Text}}`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : 'Scaly Sans Remake',
|
name : 'Scaly Sans',
|
||||||
icon : 'font ScalySansRemake',
|
icon : 'font ScalySansRemake',
|
||||||
gen : dedent`{{font-family:ScalySansRemake Dummy Text}}`
|
gen : dedent`{{font-family:ScalySansRemake Dummy Text}}`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : 'Book Insanity Remake',
|
name : 'Book Insanity',
|
||||||
icon : 'font BookInsanityRemake',
|
icon : 'font BookInsanityRemake',
|
||||||
gen : dedent`{{font-family:BookInsanityRemake Dummy Text}}`
|
gen : dedent`{{font-family:BookInsanityRemake Dummy Text}}`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : 'Mr Eaves Remake',
|
name : 'Mr Eaves',
|
||||||
icon : 'font MrEavesRemake',
|
icon : 'font MrEavesRemake',
|
||||||
gen : dedent`{{font-family:MrEavesRemake Dummy Text}}`
|
gen : dedent`{{font-family:MrEavesRemake Dummy Text}}`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Solbera Imitation Remake',
|
name: 'Solbera Imitation',
|
||||||
icon: 'font SolberaImitationRemake',
|
icon: 'font SolberaImitationRemake',
|
||||||
gen: dedent`{{font-family:SolberaImitationRemake Dummy Text}}`
|
gen: dedent`{{font-family:SolberaImitationRemake Dummy Text}}`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Scaly Sans Small Caps Remake',
|
name: 'Scaly Sans Small Caps',
|
||||||
icon: 'font ScalySansSmallCapsRemake',
|
icon: 'font ScalySansSmallCapsRemake',
|
||||||
gen: dedent`{{font-family:ScalySansSmallCapsRemake Dummy Text}}`
|
gen: dedent`{{font-family:ScalySansSmallCapsRemake Dummy Text}}`
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user