Skip to content

Commit

Permalink
fix: App name size should be 1rem
Browse files Browse the repository at this point in the history
Fix for https://trello.com/c/6KHIM8PO
If an app doesn't load cozy-ui, normalize.css is missing and button default to 11px instead of 16px.
This change push the 1rem to a specific place to avoid having to load cozy-ui if not needed.
  • Loading branch information
edas committed Dec 17, 2019
1 parent 3c6396c commit 25f21dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/apps.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
background-color: transparent;
border: none;
color: black;
font-size: 1rem;
}

[role=banner] .coz-nav-apps-btns-main:hover,
Expand Down

0 comments on commit 25f21dc

Please sign in to comment.