Skip to content

Commit

Permalink
Minor CSS improvements
Browse files Browse the repository at this point in the history
- larger collapse icons in editor
- smaller breadcrump height
  • Loading branch information
martialblog committed Oct 21, 2024
1 parent 81c0783 commit 6513cd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/css/module.less
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
font-size: 1.2em;
text-decoration: none;
padding-left: 2em;
line-height: 2.5em;
line-height: 2em;
background: @gray-light;
position: relative;
display: block;
Expand Down Expand Up @@ -462,6 +462,7 @@
width: 100%;
margin-bottom: 1em;
border: 1px solid @gray-light;
font-family: inherit;

pre {
font-family: @font-family-fixed;
Expand Down

0 comments on commit 6513cd8

Please sign in to comment.