Skip to content

Commit

Permalink
Fixes font size of icons
Browse files Browse the repository at this point in the history
  • Loading branch information
rstemmer committed Jan 23, 2021
1 parent 4a53d3e commit 213ce4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webui/css/views/MusicDBControls.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
{
content: " ";
display: inline-block;
height: 1.0rem;
width: 1.0rem;
height: 1.0em;
width: 1.0em;
background-color: var(--hlcolor);
margin-left: 1.5ch;
margin-right: 1.0ch;
Expand Down

0 comments on commit 213ce4a

Please sign in to comment.