Skip to content

Commit

Permalink
app: Fix overflowing italics in ASOT theme
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Dec 28, 2020
1 parent 80ef7fc commit e769afb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/overlay/overlays/nowPlaying/ThemeAsot.tsx
Expand Up @@ -266,6 +266,10 @@ const CurrentWrapper = styled('div')`
grid-column: 1;
grid-row: 1;
}
/* Give a tiny bit of padding to make room for the italics
*/
padding: 5px;
`;

export default {
Expand Down

0 comments on commit e769afb

Please sign in to comment.