Skip to content

Commit

Permalink
fix brave icon height and firefox shrinking icons
Browse files Browse the repository at this point in the history
  • Loading branch information
matt8707 committed Sep 2, 2021
1 parent 43bd31b commit 895ec55
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions include/themes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ frontend:
$: |
#root {
width: 100%;
padding: 0 13% 25% 13%;
}
Expand Down Expand Up @@ -264,6 +265,7 @@ frontend:
--paper-item-icon-color: var(--state-icon-color);
opacity: 0.2;
transition: 0.4s;
height: initial;
}
.type-button:hover {
Expand Down Expand Up @@ -311,12 +313,6 @@ frontend:
overflow: hidden;
}
/* * * * * * * * * * * * * * * * * *
* *
* CUSTOM CALENDAR CARD *
* *
* * * * * * * * * * * * * * * * * */
card-mod-more-info-yaml: |
.: |
app-toolbar {
Expand Down

0 comments on commit 895ec55

Please sign in to comment.